将WordPress博客添加到当前WordPress站点

时间:2015-08-09 作者:frog1944

我目前有一个WordPress网站,虽然它只是一个普通的页面,不需要不断更新或发布。向我的网站添加WordPress博客最简单的方法是什么?

谢谢

1 个回复
SO网友:frog1944

您可以使用“设置”>“阅读”中的“首页”设置。选择“静态”作为首页。请参阅本文档:https://codex.wordpress.org/Creating_a_Static_Front_Page

结束

相关推荐

show latest authors blog post

如何显示最新的作者博客文章?我有以下代码:<?php $author = get_the_author(); $args = array( \'numberposts\' => \'1\', \'author\'=>$author ); $recent_posts = wp_get_recent_posts( $args ); foreach( $recent_posts as $recent ){ echo \'<li><