problem with categories
-
i tried using this code to show posts in child categories:
<?php if (function_exists('wp_snap')) { echo wp_snap('cat=all$child=true'); }?>
however it won’t work. anything i did wrong?
also, can this plugin be used to display child categories INSTEAD of the actual posts?
thanks.
- The topic ‘problem with categories’ is closed to new replies.