• Hello. I want to know how can i insert posts below every post page. Take an example:

    When i click in a post tittle, it opens a page that is a page containing the post content. Below that post, i want to make appear a list of the other posts i have in the main page.

    Is that possible? Thank you

Viewing 1 replies (of 1 total)
  • Yes. Here’s a few options:
    (1) Use a custom Loop with a custom query_posts call before it.
    (2) Use wp_get_archives with the “type=postbypost” argument.

    There is also a “Recent Posts” widget that can display a number of your most recent post titles in your sidebar, or elsewhere, depending on your theme’s configuration.

Viewing 1 replies (of 1 total)
  • The topic ‘Inserting posts below every post page’ is closed to new replies.