nsp-code
Forum Replies Created
-
Hi Robin,
Please get in touch with us at [email protected] to provide a faster support as we do that for Advanced Post Types Order plugin.Thanks
That’s an excellent suggestion, thanks for the tip, we will include this in the next version.
Forum: Plugins
In reply to: [Post Types Order] [Plugin: Post Types Order] Show custom columnUnfortunate the free version does not contain such feature, at this moment only the Advanced Post Types Order can do that, more detail at http://www.nsp-code.com/advanced-post-types-order-api/filter-post-types-items-additional-informations/
by different levels, are you talking about parent-child
Yes. this is what i mean. Then within each level, items will get menu_order starting from 0.
This works the same as non-hierarchical structure where the items get menu_order values starting from 0, just on hierarchical there are multiple levels each with it’s own menu_order list.Forum: Plugins
In reply to: [Post Types Order] [Plugin: Post Types Order] Bulk move / Drag and DropUnfortunate none of the versions support pagination, but we intend to implement that in the next version for the Advanced Post Types Order
Thanks for sharing with us.
That’s true, the free version of this plugin does not support hierarchical custom post types, so you just need to update hierarchical parameter to false where the custom type is implemented.Thanks for reporting this, It appear there is an issue with the translation .mo file we will fix that in the next release.
Forum: Plugins
In reply to: [Post Types Order] [Plugin: Post Types Order] Doesn't work – pages and cptsIf you would get 2 more minutes to read the descriptions and many of the help replies on this forum you would find out that the plugin works fine with Posts and not Pages, or any non hierarchical post types.
So, is it worth for you the bad ratting you placed against our work to maintain free plugins? No offense but you should just make sure first about how this worksThanks!
You can try the following
if (is_feed())
return $orderBywithin the CPTOrderPosts function.
Use the e-mail on the FAQ section at http://ww.wp.xz.cn/extend/plugins/post-types-order/faq/
or through out website http://www.nsp-code.comHi
Can you contact us and send a login to your blog so we can check into this?Thanks
The Advanced Post Types Order plugin use a different code/technique which allow to order the post types for archive sections (all objects of a post type), within each categories (any taxonomies terms). For that reason the old defined order is useless. However we are working to find methods to make this possible.
Do you use the Menus feature (admin) and you have created those and assigned to theme location ?
If you still have issues please contact us at [email protected] and i will check into this.
Hi
If you mean different order for each user, this isn’t implemented.
Regarding the front side sort, you will need to code that interface and then send just the results to the plugin api.If you need to exclude, the Autosort option should be turned OFF, then include ‘orderby’ => ‘menu_order’ within the queries where you require the custom order to be set.
I confirm the advanced version contain such feature, where you can exclude certain post types from within the admin while using the Autosort ON.