Viewing 4 replies - 16 through 19 (of 19 total)
  • Thanks again for all your help…. I’m very much a novice when it comes to customizing plugins… I took a look at “other notes” and I did not see any directions on how to create an offset..

    I also installed the “Ultimate Post List” but I do not see how to limit my posts to a category..

    Hi Martin,

    Would you be so kind to provide me with with directions to control offset? I do not see the directions you mentioned in “other notes” I am a bit of a novice when it comes to coding. If you can tell me what to include and where to place it would be a huge help to me.

    Thanks again.

    Plugin Author Martin Stehle

    (@hinjiriyo)

    append to the functions.php of the theme:

    function rpwwt_add_offset ( $q_args ) {
        $q_args[ 'offset' ] = 1;
        return $q_args;
    }
    add_filter( 'rpwwt_widget_posts_args', 'rpwwt_add_offset' );

    Thank you again for your assistance.

    I appended your code into the Theme’s Function as you suggested. I did not change it at all. refreshed the page and cleared the cache, it did not work correctly. Now no posts appear…

    I removed the code, and it is now back to the way it was.

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘"Do Not List Current Post" option not working’ is closed to new replies.