Keep featured content post in homepage with original order

I’m searching how to keep the featured post in my blog homepage without excluding it from query post. My blog uses the Twenty Fourteen theme. I found this solution. Open the featured-content.php from your theme’s inc folder, and look for the following code (line 269 in our case). $query->set( ‘post__not_in’, $featured ); Simply comment out … Read more