Hello, I need to resurrect this topic.
I’m using the plug-in “WP Category Posts” to display a list of posts from a specific category in my sidebar. In sidebar.php the plugin command ‘wp_cat_posts’ is wrapped in the li and ul elements, but the list is not bulleted. I’d really like to have the list bulleted like the rest of my sidebar. Am I missing something or is this a plugin issue?
here it want is happening in my sidebar:
<li><img src="<?php bloginfo('template_directory'); ?>/images/side_movies.jpg" alt="Movies" border="0" />
<ul>
<?php wp_cat_posts(3); ?>
</ul>
</li>
Here’s a link to the site, it is the movies category.
https://www.miabifilms.com
I’m confused.