Skip to content

Instantly share code, notes, and snippets.

View basudevkunwar's full-sized avatar
🎯
Focusing

Basudev basudevkunwar

🎯
Focusing
View GitHub Profile
<p>Store Address: <?php echo esc_html( get_post_meta( get_the_ID(), 'store_address', true ) ); ?></p>
<?php
function hmc_metaboxes( array $meta_boxes ) {
$meta_boxes['home_metabox'] = array(
'id' => '_hmc_home_metabox2',
'title' => __( 'Key Facts', 'hmc' ),
'pages' => array( 'page' ),
'show_on' => array( 'key' => 'page-template', 'value' => 'templates/home-page.php' ),
'context' => 'normal',
'priority' => 'default',