• Am I right in saying that there is not a wp tag that lists post titles? Or is there?. I have hunted all over. Thanks in advance.

    Edit: On reflection presumably I need get archives with suitable params ?

Viewing 4 replies - 1 through 4 (of 4 total)
  • <?php wp_get_archives('type=postbypost&limit=10'); ?>

    that will give you a list of post titles, with links.

    Thread Starter Root

    (@root)

    Thanks. That seems to do it. But the old wp tags are not as sexy as the new ones which have way more functionality and accept php parameters. . I am only just beginning to learn the difference. get_archives is really cool.

    This doesn’t work in “pages” does it? Does this require a special plugin?

    yes, you need the RunPHP plugin.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘wp list posts ?’ is closed to new replies.