![]() |
Hello,
I have some post_meta attached to a homepage.
I am trying to display this post meta from (page id7) ON EVERY PAGE, not just the page that it is attached to in the admin. The above code works on the page that the meta is attached, however it does not work on every page. Any ideas? Solution - 1I wonder if you are missing the third input argument, which is $post_id. It's the current post id by default: Example:
Solution - 2What is this rwmb_meta function ? Solution - 3You need to add the page_id to the rwmb_meta function try this:
|
Wordpress |
Type: | Code Example |
Category: | Coding |
Sub Category: | Code Example |
Uploaded by: | Admin |
Views: | 7 |