WPIntell

Source evidence

Request for new functionality

El mejor Cluster · support · 2020-12-31T17:08:00+00:00

complaintsentiment
mediumseverity
0.81relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

4 / 32 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
betelgeuserigel unresolved
I would like the cluster to be organized in the order in which I enter the IDs, and not from highest to lowest. Is it possible that you can include that functionality in an update? The page I need help with: [ log in to see the link] sorry for this late reply, i just discovered this section of wordpress 🙁 you can do it with order=”post__in” we use the wp_query parameter. Here you have the documentation: https://developer.wordpress.org/reference/classes/wp_query/#order-orderby-parameters ‘post_name__in‘ – Preserve post slug order given in the ‘post_name__in’ array (available since Version 4.6). Note – the value of the order parameter does not change the resulting sort order. let me know if it works!

Comments

1 shown
derethor 2021-03-11T15:46:00+00:00

sorry for this late reply, i just discovered this section of wordpress 🙁 you can do it with order=”post__in” we use the wp_query parameter. Here you have the documentation: https://developer.wordpress.org/reference/classes/wp_query/#order-orderby-parameters ‘post_name__in‘ – Preserve post slug order given in the ‘post_name__in’ array (available since Version 4.6). Note – the value of the order parameter does not change the resulting sort order. let me know if it works!