0
0
896
0
19 October 2019
19 October 2019
Based on 0 on WordPress.org
In WordPress theme directory /wp-content/theme/your-theme/, open category.php and page this function where you want the popular tags to appear.
To use shortcode paste this where you want the tags to appear. If no count is specified, the count found on settings page will be used.
Use this shortcode [popular_category_tags count=10 type=”popular-tags” category_id=”1″]. In the shortcode category_id is the id of the category you want to show.
Yes. You can add the shortcode to single post.