I have tried this 100 different ways, but I can't figure it out.
I am using a plugin called Post Links to post related links per page, and also to do them conditionally. Because it's in the sidebar that's already a nested list, I had to wrap part of it in an
Here is the page with the related links. Here is the page without the related links . Here is the code, which I did not write so speak slowly:
<?php $args = array('format' => 'ul', 'div' => 'post-links', 'title' => 'Related links' ); ?>
<li><?php post_links($args); ?><li>
I've tried wrapping the
Thank you, brilliant people.