Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Martin Stehle

    (@hinjiriyo)

    Put this code in the functions.php of the theme:

    function rpwwt_set_offset ( $query_args ) {
    	$query_args[ 'offset' ] = 4; // number of posts to skip
    	return $query_args;
    }
    add_filter( 'rpwwt_widget_posts_args', 'rpwwt_set_offset' );
    Thread Starter jpincheira

    (@jpincheira)

    Thanks!!! it works perfectly

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘exclude the last 4 post’ is closed to new replies.