-
Echo Knowledge Base
-
- Article Width
- Using Page Builders on Articles
- Article Layout
- Article Sidebars
- FAQs for Article Pages
-
-
Add-ons
-
Access Manager
Print
Tags List Shortcode
Created On
Updated On
By:Dave
0 out Of 5 Stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
This shortcode will list KB Tags.
Parameters:
- kb_id – optional and used only when Multiple KBs add-on is active.
- title – heading above the widget
WordPress Shortcode
// hello world function
%crel_bracket_open%widg-tags-list kb_id='1' title='KB Tags'%crel_bracket_close%
KB Tags
- Access
- Activate key
- active
- address
- Adobe
- advanced search
- all articles
- appearance
- archive
- archive page
- archives
- article
- Article Colors
- article content
- article page
- article template
- article title
- articles
- articles import
- assign
- Authentication
- author
- authors
- back-up
- backup
- Basic
- breadcrumb
- builder
- Capability
- categories
- category
- Category Focused
- Category icons
- category icons not showing
- Category links
- Category List
- Category overview
- category page
- child theme
- clone
- Cloudflare
- Cod
- Code
- coding
- Colors
- common questions
- community
- config
- configuration
- contributor
- Control
- control sidebar
- convert
- copy
- cpt
- create
- created on
- createdon
- CSS
- CSS ID
- CSV
- Custom
- custom archive
- custom archives
- custom articles
- custom category
- Custom Code
- data
- date
- dates
- dave
- delete
- demo text
- design
- directory
- disable author
- disable created by
- Disable sidebar
- Disabled
- display issues
- Divi
- duplicate
- ecommerce
- editing
- editor
- Elegant Layouts
- Elementor
- elementor template
- Employee
- Enable Sidebar
- epkb-knowledge-base
- export
- exporting
- family
- FAQ
- features
- File
- Files
- filter
- font
- font size
- footer
- footer missing
- footer not displayed
- footer not there
- frequently asked questions
- Front End
- Front end editor
- Front page categories
- frontend
- full width
- group
- header
- heading
- headings
- help
- Hide Sidebar
- hide title
- home
- Homepage
- Hooks
- html
- Icons
- Icons not displayed
- import
- importing
- index
- individual
- Install
- Installation
- intro text
- KB Add-on
- KB addon
- kb nam
- KB Name
- KB shortcode
- Key
- last display
- latest
- latest articles
- Layout
- Left Sidebar
- licence
- License
- link
- links
- list
- List of headings
- main page
- manager
- Match sidebar to content
- member
- meta
- meta data
- migrat
- migrate
- migration
- Missing
- missing footer
- Missing icons
- move
- multilangual
- multilingual
- multiple kbs
- Navigation
- Newest
- Newest Article
- next
- next-page
- No Icons
- no sidebar
- optimization
- order
- ordering
- Page Builder
- Password
- permalink
- Permission
- Permissions
- PHP
- Plugin Installation
- Polylang
- portable document format
- post
- previous
- previous-page
- Print Article
- Printing
- Printing Articles
- Priority
- Privacy
- Private
- protected
- public
- read
- Recent
- Recent article
- related
- remove title
- reorder
- Restricted
- Restriction
- Right
- Right Sidebar
- rocket loader
- Role
- Roles
- root
- Root Level
- Save as PDF
- Saving not working
- schema
- Search
- search shortcode
- Search width
- Security
- SEO
- settings
- setup
- sho
- shopping
- shortcode
- Show sidebar
- sidbar
- side bar
- sidebar
- sidebar content
- sidebar intro text
- sidebar main page
- sidebar text
- sidebars
- Slug
- store
- Styles
- styling
- submission
- submit
- subscriber
- Tab
- Tab Layout
- Table of Content
- Table of Contents
- Tableofcontents
- tabs
- tags: sidebar
- team
- template
- templates
- TESTXXX
- theme
- Themes
- title
- title settings
- TOC
- top categories
- translate
- translation
- troubleshooting
- typography
- uninstall
- Upload
- URL
- user
- user role
- whats new
- Widget
- widgets
- width
- wiki
- woocommerce
- WordPress hooks
- WPML
- xml
The following custom CSS used below is for the above tags example. The default tag shortcode simply displays the tags in a long list. Here is the custom CSS to have it look like the above example.
CSS
// Custom CSS for this Shortcode
.widg-shortcode-tags-contents li {
list-style-type: none;
position: relative;
display: block;
float: left;
background-color: #e9e9e9;
padding: 5px;
margin: 5px;
border-radius: 4px;
}
.widg-shortcode-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% |