Meta Box info not showing

Support General Meta Box info not showing

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4706
    chillifishchillifish
    Participant

    My metaboxes are showing on the admin side and the custom fields is showing the data is in the database, but I'm getting no output on the front end. I'm using the following in my page template:

    <?php if ( !empty( rwmb_meta( 'cswwc_page_header' ) ) ) : ?>
    <header>
    	<?php echo rwmb_meta( 'cswwc_page_header' ); ?>
    </header>
    <?php endif; ?>
    #4707
    chillifishchillifish
    Participant

    Sorry, I've used the wrong ID! Can't seem to delete this post…

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Meta Box info not showing’ is closed to new replies.