Kapil Chugh
Forum Replies Created
-
Forum: Plugins
In reply to: [My Post Order] Can not get it to work with headway themeYou don’t need to pay anything. Just let me know how you are doing.
Forum: Reviews
In reply to: [My Post Order] Did not workYou need to do like this :
query_posts('section_name=ourteamsection');
Forum: Plugins
In reply to: [My Post Order] single post page prev/next post issueThx a lot for posting solution. I’m sorry, I didn’t get time to work on this plugin.
Forum: Plugins
In reply to: [My Post Order] Number of visible Drag and Drop PostsThanks a lot for your feedback.
I’ll keep this point in mind and will try to improve.
Forum: Plugins
In reply to: [Export to Excel] [Plugin: Export to Excel] Export Custon FieldsNot sure right now ??
Forum: Plugins
In reply to: [Export to Excel] WordPress 3.5.1 compatibilityXLS and XLSX has nothing to do with WordPress version. It is only for your Excel version which ever it supports.
Yes, you are right, we can only export standard posts and custom post types but no option to export custom fields.
Forum: Plugins
In reply to: [Export to Excel] Can Feedbacks be exported?Feedback??
Do u mean comments or have you used some plugin?
Forum: Plugins
In reply to: [My Post Order] Can't get it to work on posts PageWhat is the URL?
Try to deactivate other post order related plugins.
Forum: Plugins
In reply to: [My Post Order] Plugin shows all posts instead of just the section contentSorry, my mistake.
Try to change the criteria in the admin panel(i.e select ‘select posts individually’ and change order and then check)
Also make sure you don’t have any other ‘post order’ related plugin activated and your section name is same as you have mentioned in admin panel.
Forum: Plugins
In reply to: [My Post Order] Plugin shows all posts instead of just the section contentWhat is the o/p?
Forum: Plugins
In reply to: [My Post Order] Reorder don't word in moduleI won’t change order automatically.
You need to add section_name, like this
$nextargsT = array( 'section_name' => 'SECTION_NAME');//Replace SECTION_NAME with actual section name that you have kept in admin panel
Forum: Plugins
In reply to: [Export to Excel] WordPress 3.5.1 compatibilityNo, I don’t think so.
Forum: Plugins
In reply to: [My Post Order] Switch between post type removes selected postsHi,
Thx again for your help!
Surely, will fix it and update the plugin soon.
Keep updating me like this ??
Forum: Plugins
In reply to: [My Post Order] Can't order my postsThere is no need to add
'category_name' => 'staff'
. You can keep it simple like this :
$wpquery = new WP_Query( array('section_name' => 'staff_reorder'));
and select posts from that category while creating section.
Forum: Plugins
In reply to: [My Post Order] single post page prev/next post issueSure, will work on it.