最新文章

Wordpress最新文章的调用可以使用一行很简单的模板标签wp_get_archvies来实现. 代码如下:

<?php get_archives('postbypost', 10); ?> (显示10篇最新更新文章)

或者

 <?php wp_get_archives('type=postbypost&limit=20&format=custom'); ?>

相关文章:

  • 2021-12-06
  • 2021-09-18
  • 2022-12-23
  • 2022-12-23
  • 2022-02-15
  • 2021-07-17
  • 2022-01-30
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案