Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter babouz44

    (@babouz44)

    Up !
    Is there anybody for helping please ?

    Thread Starter babouz44

    (@babouz44)

    Well hummm… solved because I deactivated and reactivated all plugins… now the “ignore sticky post” is well known and works…

    Thread Starter babouz44

    (@babouz44)

    EDIT : haha in fact I forgot that I have made a change, that is why it’s work 😉

    so edit recent-posts-widget-extended/includes/function.php

    at the end add before //Exclude current post :

    // Exclude sticky post
    if ( $args[‘ignore_sticky’] ) {
    $query[‘post__not_in’] = get_option( ‘sticky_posts’ );
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sticky post’ is closed to new replies.