Great things are on the horizon

Something big is brewing! Our store is in the works and will be launching soon!

function custom_meta_boxes() { add_meta_box( 'custom_faqs_box', 'Custom FAQ\'s', 'custom_faqs_callback', 'post', 'normal', 'high' ); add_meta_box( 'seo_schema_box', 'Seo Schema Field', 'seo_schema_callback', 'post', 'normal', 'high' ); } add_action('add_meta_boxes', 'custom_meta_boxes'); function custom_faqs_callback($post) { $faqs = get_post_meta($post->ID, '_custom_faqs', true); ?>
Question Answer