其他人应为该功能提供信用。我记不起在哪里找到的<如果那家伙来了,谢谢你!
您需要:
Step 1 - Include / embed this function in your functions.php:
(我试图将其粘贴到此处,但太长了…)
功能:http://pastebin.com/DQVeJZPE
Step 2 - Embed the function in your index.php file:
<?php if (is_home()) {
echo \'<h1 class="homeTitle">\'.esc_html__(\'New on My Blog Network\', \'your_text_domain\').\'</h1>\';
echo \'<ul class="recentPostsGlobal">\';
network_latest_posts($how_many=50, $how_long=0, $titleOnly=true, $begin_wrap="\\n<li>", $end_wrap="</li>", $blog_id=\'null\', $thumbnail=false, $cpt="post", $ignore_blog=\'null\', $cat=\'null\', $tag=\'null\', $paginate=false, $excerpt_length=\'null\', $display_root=false);
echo \'</ul>\';
}
?>
您可以定义要返回的帖子数量和其他内容。
所以希望这有帮助;)干杯,萨吉夫