Hi, you can use something like this:
<?php echo get_post_meta($post->ID, 'snbpd_pagedesc', true); ?>
You can diplay with this. Alos you can create a new custom fileds in this file:
/wp-content/themes/simplecorp/admin/inc/portfolio.metabox.php
Hi, you can use something like this:
<?php echo get_post_meta($post->ID, 'snbpd_pagedesc', true); ?>
You can diplay with this. Alos you can create a new custom fileds in this file:
/wp-content/themes/simplecorp/admin/inc/portfolio.metabox.php