Retrive value into header
-
I am attempting to use meta-box to enable per page META tags to be set but cannot how to retrieve field date into the page/post header. Within page/post templates works great.
if (rwmb_meta('theme_meta_METAtitle') != '') { $title = rwmb_meta('theme_meta_METAtitle'); } else { $title = $theme_options['META-title']; } <title><?php echo $title; ?></title>
What would I need to change to above?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Retrive value into header’ is closed to new replies.