calling page name & meta_value
-
I’m trying to list all pages that have a meta_key of ‘teams’ but I want to list out the title of the page (as a link to the page) and the meta_value for meta_key ‘number’… similar to what gotham girls have here:
https://www.gothamgirlsrollerderby.com/people/playersis this possible? right now I’m using:
<?php wp_list_pages("meta_key=team&hierarchical=0"); ?>
but I feel like maybe I need to use query_pages
any help is much appreciated.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘calling page name & meta_value’ is closed to new replies.