WPIntell

Source evidence

New posts dont display

Posts Order · support · 2017-05-08T06:51:00+00:00

complaintsentiment
mediumseverity
0.69relevance
0replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

2 / 12 rows with source links

16.7% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

10 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
studiowizjo unresolved
After installing plugin I have the problem that posts are not displaying using get_posts() function as below: $args = array( 'posts_per_page' => -1, 'post_type' => 'post', 'offset' => 0, 'category' => $category->term_id, 'post_status' => 'publish', 'meta_key' => '_sort_'.$category->term_id, 'meta_type' => 'NUMERIC', 'orderby' => 'meta_value', 'order' =>'ASC' ); $posts = get_posts($args); I think is that because new posts doesnt have order value. After going to taxonomy order page new posts have order value set to “0” – the same as one of the the other post. After saving the order everything works perfectly. I think solution will be hook which shifts menu order value in given taxonomy, but I dont know how to achieve that.

Comments

0 shown

No comments were stored for this source.