• Hi all,

    I have set up a page where I would like the posts that I create to be accessed via a link down the left hand side of my website.

    The link text would be the titles of the posts.

    So for example, If I create 2 posts. One is called: hi, the other is called: bye.

    I want those two posts as links down the left handside:

    Hi
    Bye

    And when you click on these links, it shows the content of that post (blog).

    How do I go about doing this.

    Something like this:
    <?php wp_get_archives('postbypost&limit=15'); ?>
    But rather than the archive date being a link to a list of uncategorised blog entries, I want the blog entries to be the list down the side.

    Hope I explained enough.

    Mega look forward to your responses!

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘List Post Titles as links’ is closed to new replies.