Help me out with the Related Posts Plugin
-
Hello, I am pretty new at all this – so my experience is limited. Regardless, I have been trying hard to educate myself and learn. So please bear with me, or point me in the right direction! Anyway –
I am trying to get the Related Posts plugin working, and I am using the K2 theme.
I put the following code in my single.php file, and the related posts are appearing where I want below the content when a single story is selected. But they are not aligning how i expect them to.
Code:
Related Entries:
<ul>
<?php related_posts(); ?>
</ul>So, what I am trying to do is bullet lists tabbed in like they should be on a normal
<ul>
list.Here is a pic:
https://img15.imgspot.com/u/06/352/10/bullets1166542798.GIF
How do I get this working?? Thanks
- The topic ‘Help me out with the Related Posts Plugin’ is closed to new replies.