WPIntell

Source evidence

Reordering does not work

Posts Order · support · 2015-08-18T04:47:00+00:00

complaintsentiment
mediumseverity
0.69relevance
1replies
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
compasspools unresolved
I have reordered the videos in the backend but on the front end they sit in this order and don’t change. Is there something else that could be overriding the plugin from working? https://wordpress.org/plugins/category-custom-post-order/ You need to specify the order on your post query 'meta_key' => 'sort_'.$categoryID, 'orderby' => 'meta_value_num' (replace $categoryID by the category ID you are ordering)

Comments

1 shown
rjpedrosa 2015-08-20T14:36:00+00:00

You need to specify the order on your post query 'meta_key' => 'sort_'.$categoryID, 'orderby' => 'meta_value_num' (replace $categoryID by the category ID you are ordering)