PayPal IPN not eliminates "browser warning" but You should to use it to have "real" tracking of this what happening with transaction (Instant Payment Notifications).
Personally I would wait until...
PayPal IPN not eliminates "browser warning" but You should to use it to have "real" tracking of this what happening with transaction (Instant Payment Notifications).
Personally I would wait until...
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...
Goal of this tutorial is to show a ribbon on the featured ads listings. Tested on Classipress Version 3.1.8 Something like this in the screenshot:
2385
Please backup the following files...