rebekahford
Member
Posted 1 year ago #
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?>
http://wordpress.org/extend/plugins/capa/
rebekahford
Member
Posted 1 year ago #
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.
namja
Member
Posted 12 months ago #
Hi Rebeka.
I will look into this situation.
Thanks for the information and your solution.
:)