
- calicoupon
About calicoupon
- Location:
- United States
Total Posts
- Total Posts
- 18
- Posts Per Day
- 0.00
Total Thanks
- Total Thanks
- 0
General Information
- Last Activity
- July 6th, 2020
- Join Date
- December 11th, 2013
- Referrals
- 0
7 Likes
-
calicoupon liked post by wave18 On thread : Featured images in slider
You can set Featured Coupons Image Different From Store Images.. Follow this given steps.
Step 1.) Open file with Notepad++ ==> wp-content/themes/clipper/featured.php
Step 2.) Go to Line 38: ...
Liked On: May 10th, 2014, 09:42 PM
-
calicoupon liked post by diffion On thread : Featured Image rather than store image
Hi,
Please check the screenshot and modified code. https://www.dropbox.com/sh/x0y2nkx430rc2f8/TJGkz8mrnw
Liked On: May 10th, 2014, 08:35 PM
-
couponslink liked post by ojkershaw On thread : Startpage show random coupon-listing?
If anyone else has tried doing this you might have noticed things start going wrong when views get into double digits. The properly working code is as follows:
global $app_abbr;
// show all...
Liked On: February 4th, 2014, 06:56 AM
-
couponslink liked post by ojkershaw On thread : Startpage show random coupon-listing?
It looks like I have got ordering coupons on the front page by total views to work.
For anyone wanting to do something similar here is the code I've used:
global $app_abbr;
// show all coupons...
Liked On: February 4th, 2014, 06:56 AM
-
couponslink liked post by jomarkosabel On thread : How to have front page only display coupons from a particular store?
Hi couponslink,
You can try editing the query_posts in the front-page.php specifically the code below;
Add the taxonomy and term in the array to make it like below;
Liked On: January 13th, 2014, 05:17 AM
-
couponslink liked post by dridgel On thread : Clicking on Coupon Opens Blank Page in Chrome
How do we resolve this problem? Since google is the most used browser on the planet. I really would like it work.
Liked On: January 6th, 2014, 07:09 PM
-
couponslink liked post by edwin On thread : custom header.php for home page
I've done a similar customization and I used this code to have the content display only on the home page.
Liked On: December 20th, 2013, 03:00 PM