If you can live with manually deciding what your best posts are, Sticky Posts would be the way I´d choose.
The Codex already has code for the 5 latest sticky posts:
/* Sort Sticky Posts, newest at the top */
rsort( $sticky );
/* Get top 5 Sticky Posts */
$sticky = array_slice( $sticky, 0, 5 );
/* Query Sticky Posts */
$query = new WP_Query( array( 'post__in' => $sticky, 'ignore_sticky_posts' => 1 ) );
?>
Related Posts:
- How to block access to blog-page for users not logged in?
- Do I need an empty page for a different blog page?
- Programmatically set page_on_front
- How to make my front page display only the most recent sticky post, plus usual widgets?
- How do I set the front page programmatically?
- Custom background for the index page only?
- Load front-page.php from subfolder
- Can you select a post as the front page or only pages?
- How to display blog posts on a dedicated page?
- Can’t edit front page of website [closed]
- Setting a static home page and blog page without using the settings
- Pagination not Working on only Front page on latest verson of WordPress
- Create a front page template and separate page for posts?
- Showing option when page is frontpage
- Is it possible for homepage in Twentyseventeen theme to look like a standard page?
- WordPress site front page fails to load in IE
- Home/front page won’t display content after a form is submitted
- how to create a static front page for my blog in wordpress
- Home link in the homepage of my wordpress does not show my blog posts
- WordPress, how to figure out how to edit front page
- How to set a static html front page
- NON Static-Front Page
- Front Page Settings
- What code controls the animation for the front-page header in TwentySeventeen
- Setting index.php as a static home page without posts?
- Implement a slideshow-like frontpage with text overlays
- Pull in content from page defined as static front page
- Excluding front_page from is page condition
- Why does my site show the correct front-page when you arrive at the site, but not when you click ‘home’?
- Change Front Page Word Press 4.1
- custom change in front page [closed]
- Remove edit post link from static front page
- WordPress certain directories not connected
- Different front page for logged in and logged out user but the same URL in WordPress
- Homepage not working after setting as frontpage
- Hiding New Posts on Front Page
- change header height on 2017 theme for logged in users
- How to connect front-page.php to page in admin panel?
- Can I have two websites with one front page
- I created a new home page and set it as the home page in the reading section, but I get an error when typing in the home page url
- Categories with post from child categories on front page
- Static front page – going against the grain
- When Front page and Posts page are specified is it possible to just have front-page.php as the home page?
- Custom background for the index page only?
- No posts on front page
- How to display only sticky posts on my automatically generated front page?
- Front page welcome message area
- Static front page as parent of with child pages?
- How did WordPress link an empty page at dashboard to an actual php file?
- When to use is_home() vs is_front_page()?
- Check if current page is the Blog Page
- Using pre_get_posts on true pages and static front pages
- Creating custom blog page template the right way
- How can I create a “Read More” link using the_excerpt() on a static front page?
- is_front_page() malfunction?
- Show Default Editor on Blog Page ( Administration Panel )
- How to add “Stick this post to the front page” to front end?
- How do I fetch the static front page using the REST API?
- Ways to have multiple front-page.php templates that can be swapped out?
- is_front_page only works in theme file, and does not work in functions.php
- What is the correct method for determining ‘is_front_page’ when using filters such as ‘pre_get_posts’ and ‘posts_where’?
- Category page doesn’t use category.php, instead it redirects to homepage
- How to put custom post types on front page
- I put my blog on a subpage, how do I get page title?
- ID for posts/blogs page
- How to prevent the default home rewrite to a static page
- Facebook comments box on front page
- Filter front page posts by category
- What is archive.php used for?
- How does WordPress decide what template to use as frontpage
- Custom query_var causes displaying posts archive on front page
- How do I show sticky posts on a static front page that also contains content?
- Static page homepage not showing the_content
- Display content from a specific category
- front-page.php stylesheet
- Blog.php or how to display recent posts?
- Unable to load static front page on home url
- How to set a custom post type post as static front page?
- index.php not loading in main folder of wordpress
- Non existing blog pages are not redirected to 404
- How to create custom home page via plugin?
- Permalink: postname EXCEPT for blog
- Add Adsense code in index.php
- Custom fields won’t display on my blog page
- wordpress Static Page pagination
- Pagination causes error 404 when used with front-page.php
- Exclude category on blog list page
- wp_title() empty on a static front page
- Paginated pages are showing correct content but pagination links are not
- How to show taxonomy meta on frontpage?
- index.php template is used instead of blog page
- How to change the permalink structure of a master page?
- How to check if current static page is frontpage from admin plugin
- Trying to exclude first 5 posts from the first page on the homepage
- How to change the link structure of the homepage?
- Set front page as static page [closed]
- Using add_rewrite_rule() to redirect to Front Page
- Index showing source code
- Add rewrite rule to call front-page.php?
- How to query ‘posts_per_page’ to display a different blog posts index template?