• Hello all,

    I have a problem.

    Im trying to list the titles of the posts in the categories, now that works but im trying to exclude or include a categorie which wont work.

    the code line om using:

    <?php wp_get_archives('type=postbypost&limit=15&format=custom&before=<dt>&after=</dt>'); ?>

    if I make it like this:

    <?php wp_get_archives('type=postbypost&limit=15&format=custom&before=<dt>&after=</dt>&include=5,6,7'); ?>

    it wont work.

    ____________

    Any other ideas how to get this to work.

    To make a long story short, I want to display all post titles of a category, using a custom before and after (<dt></dt>). I want the custom before and after tag becuase I cant get the dots away from the list.

    hope you guys can help.

    Regards,

    Joey Hiemstra

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘List of post titles in categories’ is closed to new replies.