hijacked by Post Types Order CMS Tree Page View disaster with WPML
-
hi P?r
i wonder if you could help me with this strange behaviour:
i was using Post Typer Order for ordering some custom post types posts listing on the homepage of a site which uses WPML.
i then realized the plugin wasn’t ordering posts in other languages.
i happily switched to your CMS Tree Page View, but whenever i deactivate Post Types Order, i get all three languages versions of the posts listed on the homepage… so i’m forced to keep it activated and working with yours, which doesn’t make too much sense to me…
have you got any idea why this may happen, or where i should look for a solution?
this is the call for the post types, to which i’ve already added the ‘orderby’ value for CTPV:global $post; $args = array( 'orderby' => 'menu_order', // CMS Tree Page ordering 'post_type' =>'partners', 'numberposts' => '-1' ); $partners_posts = get_posts($args);
- The topic ‘hijacked by Post Types Order CMS Tree Page View disaster with WPML’ is closed to new replies.