Search:

Search: Search took 1.00 seconds.

  1. Replies
    8
    Views
    893

    Note: I copied your original code, so the ...

    Note: I copied your original code, so the

    class="featured-ribbon-red"

    should be

    class="sold-ribbon-red"
  2. Replies
    8
    Views
    893

    Use this instead in functions.php, it'll work: ...

    Use this instead in functions.php, it'll work:


    //Add sold ribbon to listings
    function sold_ribbon() {
    global $post;
    if (get_post_meta($post->ID, 'cp_ad_sold', true) == 'yes') echo '<span...
Results 1 to 2 of 2