Problem with Showcategories Plugin
-
Hi all,
I am trying to use the ShowCategories plugin on a blog I am working on (http://www.teacherstales.co.uk), and I seemed to have got it working (sidebar categories don’t show up in main blog, and are showing in the sidebar) until I realised that the entries that it was showing in the sidebar were old entries. When I post new entries to those categories, they aren’t showing in the sidebar. Here is the code I am using to display each category in the sidebar:
<?php echo show_category_posts('category=5&scp_limit=1&scp_status=publish&sort_order=DESC&sort_field=post_name'); ?>
-
<?php if ($scp_posts) : foreach ($scp_posts as $post) : start_wp(); ?>
- " rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?><?php endforeach; ?>
<?php else: ?>
<?php _e('Sorry, no posts matched your criteria.'); ?> <?php endif; ?>
There is also an issue with it not displaying in firefox (but it works in IE).
Can anyone help me? Thanks in advance…
Hazel
The topic ‘Problem with Showcategories Plugin’ is closed to new replies.