CG-SameCat not working with WP 1.5.1
-
Following the instructions given, I put the following code in index.php & single.php:
<?php echo list_posts_of_cat(get_the_category(), 5, 5); ?>
However, no related posts are found.
Changed “get_the_category()” to “the_category_id”, it works. However, this tag is deprecated.
Also, what if the post belongs to a few categories? how can I determine the related posts are from which category?
Assistance is greatly appreciated ??
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘CG-SameCat not working with WP 1.5.1’ is closed to new replies.