• Resolved iamPariah

    (@iampariah)


    I use multi-page posts frequently, but WP 1.5.2 appears to have a clunky link_pages implementation. I want this:

    <?php link_pages('<div class="pagejump">Page:<span>', '</span></div>', 'number'); ?>

    At the bottom of posts, which I’ve got. But, I also want it at the top of post pages AFTER the first. Basically, I want to say, if this is the first page, don’t show link_pages, otherwise, show it.

    I’ve tried if $paged > 1, but that’s clearly not the solution.

    Help please?

    Thanks,

    Pariah

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Help: Conditional Link_Pages Display (only after first)?’ is closed to new replies.