get_post_meta from custom post types
-
Hi Guys,
I have created a custom post type called Stores (store_name, store_location, store_number, etc..) and I’d like to do two things:
1) List all stores in one page as if they’re posts
2) List a specific store individually on a page; i.e. get_post_meta(store, store location, true) — not exact code but something similar along those lines.Any help would be appreciated, thanks!
The topic ‘get_post_meta from custom post types’ is closed to new replies.