nsp-code
Forum Replies Created
-
Forum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] Categories disappearIf you use MultiSite environment please make sure you activate the plugin within each sites.
Forum: Plugins
In reply to: [Post Types Order] Make Certain Posts "Sticky"This is something which is under development for the advanced version, near completion but still require testing. Probably available within the next 10 days.
Forum: Plugins
In reply to: [Post Types Order] Portuguese translationHi, Thanks for creating the translations, please send it to [email protected] we will include fore next version.
Thanks
Forum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] broken with multisiteThe plugin need activation on every site of your MU environment.
Forum: Plugins
In reply to: [Post Types Order] Post Types Order 1.6.8 reverses orderHow about to switch the “text” for previous / next links?
In case you use the advanced version, see the next examples:
http://www.nsp-code.com/advanced-post-types-order-api/next-post-link/
http://www.nsp-code.com/advanced-post-types-order-api/previous-post-link/
http://www.nsp-code.com/advanced-post-types-order-api/get-adjacent-post/Forum: Plugins
In reply to: [Post Types Order] Re-ordered on the Back end, but not Front endMost probably your theme does not use a standard query, i suggest so you check with this url http://codex.ww.wp.xz.cn/Class_Reference/WP_Query on how a WordPress query should be set. Then include the ‘orderby’ => ‘menu_order’ parameter. Hope this helps.
Forum: Plugins
In reply to: [Post Types Order] wpml multilingual posts aren't affectedHi,
If you use the Advanced Post Types Order plugin, you need to switch the language within the admin then create the required sort. The free version does not work with WPML.
Remember to get in touch through contact at http://www.nsp-code.com/ for a faster response.Thanks.
Forum: Plugins
In reply to: [Post Types Order] Sort not working on SOME custom post typesSorry i meant within the plugin settings.
The ‘order’ query argument as ASC or DESC should really change something in the results listForum: Plugins
In reply to: [Post Types Order] Sort not working on SOME custom post typesTry turning off the Autosort. Also possible there is another plugin which create some sort of conflict, try to de-activate.
Forum: Plugins
In reply to: [Post Types Order] Sort not working on SOME custom post typesTry including ‘orderby’ => ‘menu_order’ within your query arguments.
Forum: Plugins
In reply to: [Post Types Order] Re-order UsersSorry, making sort for users is not possible as they are not custom post type.
Forum: Plugins
In reply to: [Post Types Order] No version number in archive nameSorry but the archive name is created automatically. You can view the content of SVN where the data is pushed at http://plugins.svn.ww.wp.xz.cn/post-types-order/
Forum: Plugins
In reply to: [Post Types Order] Normal sorting breaks when activating pluginMost probably you use the Autosort ON functionality which will apply the sort automatically to any query, including your regular first page. Turn the Autosort OFF and include ‘orderby’ => ‘menu_order’ within queries where sort need to apply.
Forum: Plugins
In reply to: [Post Types Order] Orders in Backend but not frontendCan you check if the Autosort is ON? Otherwise include the following within your query:
‘orderby’ => ‘menu_order’
If the above does not work, it means there’s something wrong with your query, see if match the WordPress Codex description http://codex.ww.wp.xz.cn/Class_Reference/WP_QueryForum: Plugins
In reply to: [Post Types Order] Re-order single categoryHello,
Sorry but this is not implemented, please see other topics http://ww.wp.xz.cn/support/topic/only-one-category-sorting?replies=2 for a potential solution.Thanks