• I’m just wondering if there is a plugin or something that will generate a full list of every single post (by title) – or maybe every single post in a certain Category.

    If I have 500 posts in a category I don’t want people to have to read through everything – it would be nice if they could get a list of the titles and read the ones they want…

    Kim

Viewing 5 replies - 1 through 5 (of 5 total)
  • <?php wp_get_archives("type=postbypost"); ?>

    That’s one way to list them all, in all categories.

    For only certain categories, if you need something more than that let us know what version of WP you’re using, and when and how exactly you’d want them displayed.

    Thread Starter km

    (@kmaisch)

    Thanks. Where would I enter that code? On the sidebar or something?

    How could I get it working on a seperate page? (eg: you click a link in the sidebar and it comes up with a list of all categories (maybe with a reference to the categories each post is in underneath)… maybe thats a bit too much work to do, tho 🙁

    Could be a good plugin for someone to develop, maybe 🙂

    (am using WP 1.5)

    Kim

    Check out my MDV Archive. Might be just what you are looking for.

    Thread Starter km

    (@kmaisch)

    Excellent – exactly what I am after!! (and the search function as well – that was going to be my next request). Thanks 🙂

    Question – you have a /archive/ where it lists everything – how do I get that? So far I have only accessed my archive through the sidebar where it lists the months. Rather than that I’ll have a link to “Archive” where it utilises your archive.php file instead.

    I created a “page” using the Archive template and set the page slug to “archives”. Now by doing this, I had to edit the rewrite rules for this “page” a bit because so many other things use “/archives/” in permalinks. If you simply used “/archive/” you shouldn’t have a problem.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Possible to create a list of ALL posts by title?’ is closed to new replies.