• After upgrading to Wp 4.1 and Twenty fourteen 1.3 my featured post are not showing in the latest post of my blog, (only in the “Grid” view)

    I,ve tested it some other themes and it worked!

    can someone help?

    Greets Pixel

Viewing 1 replies (of 1 total)
  • Thread Starter pixeljunky

    (@pixeljunky)

    I’ve found a tip. and it worked

    add this to the functions.php of my child:

    function fourteen_child_remove_pre_get_posts() {
    remove_action( ‘pre_get_posts’, array( ‘Featured_Content’, ‘pre_get_posts’ ) );
    }
    add_action( ‘init’, ‘fourteen_child_remove_pre_get_posts’, 31 );

Viewing 1 replies (of 1 total)
  • The topic ‘featured post not showing after upgrade’ is closed to new replies.