How do I force the wordpress mobile pack plugin to use a custom menu, or how do I remove certain pages from being shown in the mobile page menu? I have a lot of pages that are slightly different versions of the same landing page and do not want them to be seen.
Thanks in advance for your help,
http://wordpress.org/extend/plugins/wordpress-mobile-pack/
asorethumb
Member
Posted 3 months ago #
In your header template, you can find the wp_list pages tag, and edit it to exclude/include the pages you want. Below is an example of how I only included certain pages.
<?php wp_list_pages('include=1061,104,2293,282,1573,672,82,8,3345&title_li=&depth=1'); ?>