an
groups-icon

Product Page

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]

    October 12, 2015 at 12:38 pm
  • Brandon Graham
    0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    October 12, 2015 at 1:42 pm
  • Josh njenga
    -13 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    October 12, 2015 at 1:51 pm
  • Brandon Graham
    0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    October 13, 2015 at 1:59 pm
  • Brandon Graham
    0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    October 13, 2015 at 2:02 pm
  • Josh njenga
    -13 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    October 13, 2015 at 2:56 pm
  • David Chen
    0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    October 16, 2015 at 2:56 pm
  • Josh njenga
    -13 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    October 16, 2015 at 4:10 pm

583

Views

22

Replies