Hi all. I am pretty new to this stuff, but am trying hard to educate myself, so I apologize for what is a fairly simple question. I appreciate any help, or else pointed in the right direction for assistance.
Anyway, I am building a blog using WordPress, and I am trying to install a plugin to display the relevant posts to a story. I am having trouble getting it to display in a proper bullet format.
The list is showing up where I want it:
<div>
Related Entries:
<ul>
<?php related_posts(); ?>
</ul>
</div>
But, so it's showing up fine - the issue is the bullets aren't tabbed in like they should on a normal <li> list.
Screenshot
Any help?? Thanks a lot