Search:
Search took 1.00 seconds.
-
In Clipper v1.3, I found it in 'function clpr_coupon_code_box' which starts around line 1300 (almost at the end) in file 'clipper/includes/theme-functions'
...I would imagine it's also somewhere...
-
"New Coupons" can be found inside the <h2> tags in the Main Index Template (index.php) file.
-
Technically speaking, you can put it anywhere in the file. However, I'd put it near the line that says something akin to
define( 'WP_DEBUG', false );
It is pretty standard to put debugging...
-
You may check the theme-actions.php line 127 for that.
-
Yes, you can easily add images to the ad from the wp-admin, you will use the standard WordPress media upload function. You'll find the "Insert Image" icon directly above the main description box....