Forums

[resolved] Problem with link_pags (3 posts)

  1. Thal
    Member
    Posted 1 month ago #

    Hey all

    Okay, here is what i want to do with the page links:

    Pages: Previous 1,2,3 Next

    I have tried various things that are just not working, is there anyone that can help me achieve this???

    It seems that when you set the numbers or next part of wp_link_pages or link_pages it will ONLY use either Previous Next or just numbers. I also tried this crude hack:

    <?php link_pages('<p><strong>Pages:&nbsp;</strong>','','next','','Previous&nbsp;'); ?>
    <?php link_pages('','','numbers'); ?>
    <?php link_pages('','</p>','next','&nbsp;Next'); ?>

    but still didnt work i got: Previous previouspagenextpage Next - no numbers.

    can i do what i want with either wp_link_pages or link_pages ????

    It seems you cant have both a next and previous AND numbers, its one or the other?

  2. Gangleri
    Member
    Posted 1 month ago #

    Does this plugin do what you want?
    http://www.elektroelch.de/hacks/wp/pagebar/

  3. Thal
    Member
    Posted 1 month ago #

    cheers! that will do nicely. :)

Reply

You must log in to post.

About this Topic