Remove latest post with random option
-
Hi Martin,
Thank you so much for your incredible plugin! I would like to universally remove the latest post from all widgets while keeping the option to randomly display the posts.
I notice that the following solutions only work when the random option is disabled:
function rpwwt_add_offset ( $query_args ) { $query_args[ 'offset' ] = 1; return $query_args; } add_filter( 'rpwwt_widget_posts_args', 'rpwwt_add_offset' );And…
.recent-posts-widget-with-thumbnails ul li:first-child {display: none;}Is there a solution to prevent the latest post from displaying while using the random option?
Thank you so much for your time!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Remove latest post with random option’ is closed to new replies.