amrish
Forum Replies Created
-
thank you dear
hi admin yes exactly , front end filtering .in which vistor can filter out coupons by categories . by default there should be ‘all coupons ‘ and following with other coupon types in that vander.
hi guys i found one solution , first install ‘my custom functions‘ this plugin from wordpress plugin directory then activate and add collowing code in it.
add_action( 'init', 'update_my_custom_type', 99 ); function shapeSpace_filter_search($query) { if (!$query->is_admin && $query->is_search) { $query->set('post_type', array('post', 'page', 'affiliate-coupons')); } return $query; } add_filter('pre_get_posts', 'shapeSpace_filter_search');
- This reply was modified 7 years, 8 months ago by amrish.
hi admin can you tell the this custom post type name , so that i can exclude it. thanks
hi admin we would like to have categories {coupon types} links placed before coupon start showing and clicking which coupon will be arranged sort by that particular category only. if you can do that we will appreciate.
hi author . have you fixed it? thanks
thank you
Forum: Plugins
In reply to: [WP Responsive Menu] Removing Menu Bar from Mobile Siteadmin i also want answer for this ??
Forum: Plugins
In reply to: [SlickNav Mobile Menu] use custom height and width for logo imagethank you admin that worked ??
can you also help me to reduce the height of whole slicknav menu ? (the un-expanded menu button + logo )
thanks
Forum: Themes and Templates
In reply to: [ theme – PR news ] disabling infinite scrollingForum: Themes and Templates
In reply to: [PR News] Infinite scrollhi camros77
could you help me on disabling infinitescrolling from pr news.
please be more specific that which particular code need to be removed from functions.phpthanks ??
Forum: Themes and Templates
In reply to: [PR News] Blog header squashedhi sofigivvit
could you help me on disabling infinitescrolling from pr news.
please be more specific that which particular code need to be removed from functions.phpthanks ??