Kapil Chugh
Forum Replies Created
-
Forum: Plugins
In reply to: [My Post Order] change number of posts per pageYou are always welcome ??
Forum: Plugins
In reply to: [My Post Order] [Plugin: My Post Order] Custom Taxonomies?Yes, it is. But I also don’t know when it will be completed.
Forum: Fixing WordPress
In reply to: Mixed post order under one category onlyEverything looks fine in file.
Forum: Fixing WordPress
In reply to: Mixed post order under one category onlyYou can do two things
(1) Activate default WordPress theme and check if that problem persists. If yes, then some Plugin must be creating this problem.
(2) If not, paste code of your archive.php from your theme folder.
Forum: Plugins
In reply to: [My Post Order] [Plugin: My Post Order] Custom Taxonomies?I’m sorry for not implementing custom taxonomies feature till now.
Forum: Plugins
In reply to: [My Post Order] sort on a pageYes, that will be good. Feel free to ask anything from PHP also ??
Forum: Plugins
In reply to: [My Post Order] [Plugin: My Post Order] Changing the order of postGr8!! ??
You can download bug free version from :
https://www.ads-software.com/extend/plugins/advanced-disable-parent-menu-link/
There is nothing that it stores in database. It inserts code in your footer. So once you disable it, you need to clean your browser cache.
It must be a cache related issue.
Forum: Plugins
In reply to: [My Post Order] sort on a pageYou need to create custom page templates. More information can be found on :
https://codex.www.ads-software.com/Pages#Creating_Your_Own_Page_Templates
Forum: Plugins
In reply to: [My Post Order] Search posts query count – suggestionThank you for your suggestion!!
Will definitely try to incorporate it.
Forum: Plugins
In reply to: [Disable Parent Menu Link] Used to workMy Pleasure ??
Forum: Plugins
In reply to: [My Post Order] [Plugin: My Post Order] Changing the order of postPlease check these lines in includes/drag_drop_criteria.php
if (isset($category_id) && $category_id != '') { $args['cat'] = $category_id; }
replace it with
if (isset($category_id) && $category_id != '') { $args['cat'] = $category_id; $args['order'] = 'ASC'; $args['orderby'] = 'title'; }
I haven’t tested it, so please check and revert.
Please open a new thread for your requirement.
Forum: Plugins
In reply to: [My Post Order] sort on a pageYes, it is possible. You need to add code in theme file
Check this one :
https://www.ads-software.com/extend/plugins/my-posts-order/faq/
Forum: Plugins
In reply to: [Select Featured Posts] Error with WP 3.5: wpdb::prepare()Now you no longer need this plugin. You can simly use :
Forum: Reviews
In reply to: [Export to Excel] Did what it said it would do!You are most welcome!