web建站教程
  1. 首页
  2. vuejs
  3. js
  4. 好玩
  5. seo教程
  6. 前端知识
  7. 百度echarts
  8. 更多
    php入门
    nodejs
    mockjs
    reactjs
    mysql
    wordpress
    织梦cms
    帝国cms
    git教程
    IT知识
    模板大全
    休息站

wordpress获取内容页最新文章代码

55 ℃
           
<?php
// 设置查询参数
$args = array(
    'numberposts' => 8, // 文章数量
    'post_status' => 'publish', // 文章状态
    'post_type' => 'post', // 文章类型
    'orderby' => 'post_date',
    'order' => 'DESC'
);
 
// 获取最新文章
$latest_posts = get_posts($args);
 
// 输出最新文章
if ($latest_posts) {
    foreach ($latest_posts as $post) {
        setup_postdata($post);
        ?>
		<dl>
        <dd class="title"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></dd>
        </dl>
        <?php
    }
    wp_reset_postdata(); 
}
?>

wordpress想让某个链接不进行跳转代码示例

WordPress的SaaS属性有什么优点

wordpress实现页面不跳转设置的步骤和代码示例

WordPress故障排除大全,网站访问不了解决方法

wordpress获取当前文章ID自定义meta移动端链接

标签: wordpress代码, wordpress入门

上面是“wordpress获取内容页最新文章代码”的全面内容,想了解更多关于 wordpress 内容,请继续关注web建站教程。

当前网址:https://ipkd.cn/webs_16820.html

声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!

当前位置: 网站首页 > wordpress
本文共计380个字,预计阅读时长3分钟
生活小工具,收录了80多款小工具
上一篇: 推荐2款充满科技感的艺术字体——小新黑体、小新潮酷体
下一篇: 推荐一款浏览器数据库的开源工具库——Dexie.js(JavaScript调用)
x 打工人ai神器