Page Navigation: checking for value of meta_key
-
hi
looking to use wp as a CMS
site will have sections containing 3-4 common page templates
code below lets me limit side navigation based on meta_key value
<?php wp_list_pages(‘meta_key=section&title_li=<h2>Section Pages</h2>’ ); ?>how can I test for the meta_key value?
thanks
Mark
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Page Navigation: checking for value of meta_key’ is closed to new replies.