mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-13 21:30:26 +00:00
Twenty Seventeen: Correct the number of recent posts in a comment in template-parts/page/content-front-page-panels.php.
Props skostadinov, marcelo2605. Fixes #42621. git-svn-id: https://develop.svn.wordpress.org/trunk@42348 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ global $twentyseventeencounter;
|
||||
?>
|
||||
|
||||
<?php
|
||||
// Show four most recent posts.
|
||||
// Show three most recent posts.
|
||||
$recent_posts = new WP_Query(
|
||||
array(
|
||||
'posts_per_page' => 3,
|
||||
|
||||
Reference in New Issue
Block a user