PHP 侧栏中的最新帖子

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP 侧栏中的最新帖子相关的知识,希望对你有一定的参考价值。

<h3>Recent Stories from Dental Blog</h3>
        	<ul>
            	<?php
$archive_query = new WP_Query('showposts=4');
while ($archive_query->have_posts()) : $archive_query->the_post(); ?>
<li><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></li>
<?php endwhile; ?>
                            </ul>

以上是关于PHP 侧栏中的最新帖子的主要内容,如果未能解决你的问题,请参考以下文章

WordPress功能“register_post_type”未显示在管理员左侧边栏中

PHP 获取WordPress中的最新帖子

PHP 在WordPress边栏中显示最近帖子的发布日期

在WooCommerce产品类别窗口小部件侧边栏中显示产品数量

添加第二个 Wordpress 循环,显示 single.php 中的最新帖子

php 隐藏产品类别侧栏小部件中的类别