Wait a minute... This content is very very old. We no longer sell or support this theme version. New Topics
Version 9
Josh njenga
-13 points
Beginner
Try the below code.Paste it where you want the sku to appear in your Listing Page
[code title=””]
<?php $sku_value = get_post_meta( get_the_ID(), ‘sku’, true );
// Check if the custom field has a value.
if ( ! empty( $key_1_value ) ) {
echo $sku_value;
} ?>
[/code]
Try the below code.Paste it where you want the sku to appear in your Listing Page
[code title=””]
<?php $sku_value = get_post_meta( get_the_ID(), ‘sku’, true );
// Check if the custom field has a value.
if ( ! empty( $key_1_value ) ) {
echo $sku_value;
} ?>
[/code]
Members Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login Now