• Resolved rebekahford

    (@rebekahford)


    Hi

    I’m using CaPa and think it’s a great plugin but it seems to be conflicting with <?php wp_list_pages(‘exclude=; ?>. <?php wp_list_pages(‘include=’ ); ?> works but not the exclude. if i deactivate CaPa, then it works. Any ideas how this can be resolved?>

    https://www.ads-software.com/extend/plugins/capa/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter rebekahford

    (@rebekahford)

    I’ve sorted this myself by using the include command in a different way as I only wanted to exclude certain pages so I’ve done the following if anyone’s interested.

    In the admin ‘Pages’ area, I’ve added all the pages I want included under a parent page and then simply set the command to include children of the parent page as below.

    <?php wp_list_pages(‘title_li=&child_of=228’); ?>

    thus excluding everything else.

    As long as my client maintains this, then the navigation will work OK.

    Plugin Author namja

    (@namja)

    Hi Rebeka.

    I will look into this situation.
    Thanks for the information and your solution.

    ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: CaPa Protect]’ is closed to new replies.