timothyb
Member
Posted 1 year ago #
Let's say I have a bunch of posts with a custom field key is named "Country" and the value of the key is named "Canada"
How do I link to an alphabetical list of the posts that have "Canada" as the custom field value key on one page?
Basically I want people to be able to view all the posts from Canada on one page, France on another, etc., using custom fields and not categories.
timothyb
Member
Posted 1 year ago #
Yikes, I don't know how I posted this as a resolved issue, as I'm still having the same issue.
So once again, if anyone knows how to link to a page with a particular custom field value on it using the example above, I'd love a response..
deWINTER
Member
Posted 1 year ago #
Hi,
did you look at this:
http://codex.wordpress.org/Displaying_Posts_Using_a_Custom_Select_Query
Replace tag with Country and value with Canada.