Forums

Syntax question! template tags (2 posts)

  1. cornetjr
    Member
    Posted 3 years ago #

    Below is the code that I am using, but I would like to exclude some pages from the list. I am having trouble incorporating <?php wp_list_pages('exclude=17,38' ); ?> into the code below not sure of the proper syntax for adding the exclude.

    <?php wp_list_categories('sort_column=name&title_li=&depth=2'); ?>

    Any help would be appreciated!

  2. stvwlf
    Member
    Posted 3 years ago #

    <?php wp_list_categories('sort_column=name&title_li=&depth=2&exclude=17,38'); ?>

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.