Display ONLY Selected Categories Inside a Post
-
I am looking for a way to select multiple categories within a Post. I’m using PHP Exec so I can write PHP in my post – I’ve been trying to use various commands like
<?php wp_list_cats('sort_column=name'); ?>
The problem is I don’t want the blog post to display ALL categories that have ever been selected, but just those that have been selected in that particular Blog post.
Any recommendations?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Display ONLY Selected Categories Inside a Post’ is closed to new replies.