Making a shortcode?
-
Im having a trouble creating a short code, that gives me the ability to show a list of all my categories along with the number of posts in them.
Ex:
Travelling (2)
Fashion (3)
Food (0)The listed categories should also work as links to the posts regarding that category.
As i understand after a lot of google’ing, what i need is a shortcode that does the same as the wp_list_categories function<ul> <?php wp_list_categories('orderby=name&show_count=1'); ?> </ul>
The reason why i need it to be a shortcode, is that i have to use it in a text widget – unfortunately the category-widget is not suitable for my purpose.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Making a shortcode?’ is closed to new replies.