Possible to retrieve custom field value of specific page outside loop?

Support General Possible to retrieve custom field value of specific page outside loop?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #829
    Volker_EVolker_E
    Participant

    I'd need to display a custom field value from one specific page in the footer ouside of the loop in every page, but
    echo rwmb_meta( 'nsys_footer_left', 32 ); doesn't work as expected. 32 is the $post_id of the page with the custom field.

    #832
    Anh TranAnh Tran
    Keymaster

    rwmb_meta accepts 3 params. You missed the 2nd one. It should be:

    echo rwmb_meta( 'nsys_footer_left', '', 32 );

    #848
    Volker_EVolker_E
    Participant

    Thank you very much!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Possible to retrieve custom field value of specific page outside loop?’ is closed to new replies.