Print

Tags List Widget

This widget will list KB Tags. Configuration: Parameters:
  • Title - heading above the widget
  • KB ID - optional and used only when Multiple KBs add-on is active.

Example

The following custom CSS used below is for this page example of tag styles. Click here.

The default tag shortcode simply displays the tags in a long list. Here is the custom CSS to have it look like linked example.

PHP
				// Custom CSS for this Shortcode
.widg-widget-tags-contents li {
    list-style-type: none;
    position: relative;
    display: block;
    float: left;
    background-color: #e9e9e9;
    padding: 5px;
    margin: 5px;
    border-radius: 4px;
}

.widg-widget-tags-contents ul {
    height: 175px;
    overflow: auto;
}

			
Was this article helpful?
0 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
5
How can we improve this article?
Please submit the reason for your vote so that we can improve the article.
Need help?
Table of Contents