• bluebird2

    (@bluebird2)


    I would like to show the posts in multiple pages, and that is easy. But I also need to have “view as a single page” link so the reader can see the post in one single page. Is there any way to add this function?

Viewing 8 replies - 1 through 8 (of 8 total)
  • MichaelH

    (@michaelh)

    If you click on a Post title, WordPress will attempt, according to the Template Hierarchy, to display that post on a single page, regardless of the fact the display of the posts originated on a Page that contained a long list of posts.

    Thread Starter bluebird2

    (@bluebird2)

    That is good. How can I add a “View as a single page” link right next to page numbers?

    MichaelH

    (@michaelh)

    Look at the Template that display your single post, and duplicate the link that comprises the display of the post title and then put “View as a single page” in that code.

    Thread Starter bluebird2

    (@bluebird2)

    I know that in order to paginate the blog posts I need to add this code in the middle of my post so it can be paginated automatically:
    <!–nextpage–>
    I also understand how I can link the words “View as a single page” to the single page link. What I don’t understand is how to make the link “View as a single page” to appear automatically at the bottom of the page, right next to automatically-generated “Page 1 of 2” and “Next Page” links.

    MichaelH

    (@michaelh)

    I might be missing something here…but, if you are using <!–nextpage–> I don’t think you can get a single view of the whole post without a plugin (or core hack) that would ignore <!–nextpage–>.

    Thread Starter bluebird2

    (@bluebird2)

    Please take a look at the bottom of the article here.

    MichaelH

    (@michaelh)

    Looks nice and like NOT WordPress.

    Thread Starter bluebird2

    (@bluebird2)

    I don’t know if the website I referred to is using a plugin or not, but that is what I need. What do you mean by “like NOT WordPress”?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Showing Posts in Multiple Pages and as a Single Page’ is closed to new replies.