get value of a metabox
only works in loop
<?php
$caption = get_post_meta( $post-> ID, '_business_portfolio_caption', true);
if( $caption) :?>
<strong class="price"><?php echo $caption; ?></strong>
<?php endif ?>
only works in loop
<?php
$caption = get_post_meta( $post-> ID, '_business_portfolio_caption', true);
if( $caption) :?>
<strong class="price"><?php echo $caption; ?></strong>
<?php endif ?>
Yorumunuzu ekleyin
Yorum yapmak için giriş yapmalısınız.