• ralph

    (@ralph)


    Say on the home page, I would like to seperate an individual post from the rest of the listings, and put it in a different location on the page, say, for example, the sidebar (with an excerpt).

    Is there an easy PHP solution?

    What I expect at the end is:

    • The post is removed from the post listings on the home page
    • The post is easily implemented somewhere else in the page
    • If I were to change the post (via “Manage”) it should change accordingly.
    • Thanks

Viewing 1 replies (of 1 total)
  • Joshua Sigar

    (@alphaoide)

    Option 1
    You could give that one post a unique category, and then the regular loop will exclude that category (via a plugin) and then create another loop to display that one post.

    Option 2
    You could have that one post as the content of a specific page, and then you” have the normal loop, and then via plugin, you display the content of that specific page.

Viewing 1 replies (of 1 total)
  • The topic ‘Seperating an individual post’ is closed to new replies.