Show Category Descriptions
-
Dear Rob,
first of all, thanks for your fantastic plugin! Does pretty much exactly what I need.
I got two questions:1. Is it possibly to display category descriptions, similar to
<?php echo category_description(); ?>
(inside a div with an id, so they are toggleable).2. How do I have to implement options, if I want to add the code manually to my theme:
wp_get_categories('your_options_here');
This doesn’t do anything:
wp_get_categories( array( 'post_type' => 'mycustomposttype', 'showPostCount' => 0 ));
Any help is highly appreciated, thanks!
- The topic ‘Show Category Descriptions’ is closed to new replies.