WPIntell

Source evidence

upcoming pages

SOUP – Show off Upcoming Posts · support · 2015-02-26T21:10:00+00:00

neutralsentiment
highseverity
0.52relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

4 / 27 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

23 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
eleganteye resolved
I’m looking for a way to display upcoming pages (not posts) How hard should it be for me to modify this plugin? https://wordpress.org/plugins/soup-show-off-upcoming-posts/ You can hack the plugin very simply. Look for this line $args = array( 'numberposts' => $soupnumber, 'no_paging' => '1', 'post_status' => $posttype, 'order' => 'ASC', 'orderby' => $postorder, 'ignore_sticky_posts' => '1', 'category' => $soup_cat); and change it to $args = array( 'numberposts' => $soupnumber, 'no_paging' => '1', 'post_status' => $posttype, 'order' => 'ASC', 'orderby' => $postorder, 'ignore_sticky_posts' => '1', 'category' => $soup_cat, 'post_type' => 'page' ); I’ll consider building this into a future version of the plugin. I have created an issue in Github to track this request if you want to follow along.

Comments

1 shown
Dave Clements 2015-02-27T14:05:00+00:00

You can hack the plugin very simply. Look for this line $args = array( 'numberposts' => $soupnumber, 'no_paging' => '1', 'post_status' => $posttype, 'order' => 'ASC', 'orderby' => $postorder, 'ignore_sticky_posts' => '1', 'category' => $soup_cat); and change it to $args = array( 'numberposts' => $soupnumber, 'no_paging' => '1', 'post_status' => $posttype, 'order' => 'ASC', 'orderby' => $postorder, 'ignore_sticky_posts' => '1', 'category' => $soup_cat, 'post_type' => 'page' ); I’ll consider building this into a future version of the plugin. I have created an issue in Github to track this request if you want to follow along.