Couponpress home page – PremiumPress Themes https://www.premiumpress.com/forums/topic/couponpress-home-page/feed/ Fri, 10 Apr 2026 02:06:34 +0000 https://bbpress.org/?v=2.6.4 en-US https://www.premiumpress.com/forums/topic/couponpress-home-page/#post-2714 <![CDATA[Couponpress home page]]> https://www.premiumpress.com/forums/topic/couponpress-home-page/#post-2714 Sun, 14 Jul 2013 07:38:56 +0000 riswan i’m sorry i’m not a programer ,, i don’t know how to change query string “feature” to show category post ..

]]>
https://www.premiumpress.com/forums/topic/couponpress-home-page/#post-2715 <![CDATA[Reply To: Couponpress home page]]> https://www.premiumpress.com/forums/topic/couponpress-home-page/#post-2715 Sun, 14 Jul 2013 07:40:27 +0000 riswan meta_key=featured&meta_value=yes&posts_per_page=25 is replaced with what ..?

]]>
https://www.premiumpress.com/forums/topic/couponpress-home-page/#post-2722 <![CDATA[Reply To: Couponpress home page]]> https://www.premiumpress.com/forums/topic/couponpress-home-page/#post-2722 Sun, 14 Jul 2013 09:10:00 +0000 Richard Bonk

meta_key=featured&meta_value=yes&posts_per_page=25

Add ‘&cat=nameofyourcategory’ so if your category name was ‘cars’ the query would look like this:

meta_key=featured&meta_value=yes&posts_per_page=25&cat=cars

Kind regards,

Richard
_____________________________________________________________________
Wide range of PremiumPress and WordPress Plugins and add-ons
PremiumPress customisation services and Website Design
Selection of PremiumPress Child Themes

]]>
https://www.premiumpress.com/forums/topic/couponpress-home-page/#post-2730 <![CDATA[Reply To: Couponpress home page]]> https://www.premiumpress.com/forums/topic/couponpress-home-page/#post-2730 Sun, 14 Jul 2013 09:51:46 +0000 riswan hai ricahrd…. that not working… can i show without “featured” just category..?

]]>
https://www.premiumpress.com/forums/topic/couponpress-home-page/#post-2731 <![CDATA[Reply To: Couponpress home page]]> https://www.premiumpress.com/forums/topic/couponpress-home-page/#post-2731 Sun, 14 Jul 2013 10:07:50 +0000 Richard Bonk OK, try this one:

category_name=yourcategoryslug&posts_per_page=25&orderby=rand

For more different parameters and their use look here:
https://codex.wordpress.org/Class_Reference/WP_Query

Kind regards,

Richard

]]>
https://www.premiumpress.com/forums/topic/couponpress-home-page/#post-2735 <![CDATA[Reply To: Couponpress home page]]> https://www.premiumpress.com/forums/topic/couponpress-home-page/#post-2735 Sun, 14 Jul 2013 10:47:40 +0000 riswan done,,, just use this “cat=id” 🙂 thanks

]]>
https://www.premiumpress.com/forums/topic/couponpress-home-page/#post-2739 <![CDATA[Reply To: Couponpress home page]]> https://www.premiumpress.com/forums/topic/couponpress-home-page/#post-2739 Sun, 14 Jul 2013 13:00:56 +0000 Mark Fail 🙂

]]>
https://www.premiumpress.com/forums/topic/couponpress-home-page/#post-3245 <![CDATA[Reply To: Couponpress home page]]> https://www.premiumpress.com/forums/topic/couponpress-home-page/#post-3245 Tue, 16 Jul 2013 14:28:08 +0000 riswan hai mark… and what the code for show “Popular coupon ” only..?

]]>
https://www.premiumpress.com/forums/topic/couponpress-home-page/#post-3249 <![CDATA[Reply To: Couponpress home page]]> https://www.premiumpress.com/forums/topic/couponpress-home-page/#post-3249 Tue, 16 Jul 2013 14:43:41 +0000 Mark Fail popular would be determins by the amount of hits

so its;

meta_key=hits&order=desc

]]>