[Plugin: Special Recent Posts] Random
-
The plugin is randomizing my posts even thought I have the random set to NO. Any suggestions? You can see it here in the list of events which should be posting by date.
The code I’ve used looks like this:
<?php
$args = array(
‘srp_post_status_option’ => ‘published’,
‘srp_custom_post_type_option’ => array(‘beer’,’wine’,’spirits’),
‘srp_widget_title_hide_option’ => ‘no’,
‘srp_widget_title’ => ‘UPCOMING EVENTS’,
‘srp_thumbnail_option’ => ‘no’,
‘srp_number_post_option’ => 4,
‘srp_wdg_title_length’ => 200,
‘srp_wdg_title_length_mode’ => ‘fulltitle’,
‘srp_wdg_excerpt_length’ => ‘1000’,
‘srp_wdg_excerpt_length_mode’ => ‘fullexcerpt’,
‘srp_string_break’ => ‘Read More >’,
‘srp_order_post_option’ => ‘DESC’,
‘srp_orderby_post_option’ => no,
‘srp_filter_cat_option’ => 8,
‘srp_content_post_option’ => ‘titleexcerpt’,
‘srp_post_date_option’ => ‘no’
);
special_recent_posts($args);
?>https://www.ads-software.com/extend/plugins/special-recent-posts/
- The topic ‘[Plugin: Special Recent Posts] Random’ is closed to new replies.