WPIntell

Source evidence

Add a default order

Posts Order · support · 2015-08-20T16:21: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.

6 / 28 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

22 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
rjpedrosa unresolved
Any chance you can make an option in the plugin to add a default category order number (e.g. 9999) every time a post is created/updated? So all posts show when using the 'orderby' => 'meta_val_num' . Something with the same effect as this: function addDefaultCatOrder($post_id) { $post_categories = wp_get_post_categories($post_id); foreach($post_categories as $catID): add_post_meta($post_id, 'sort_'.$catID, 9999, true); endforeach; } add_action('save_post', 'addDefaultCatOrder'); Thanks! https://wordpress.org/plugins/category-custom-post-order/

Comments

0 shown

No comments were stored for this source.