傻大憨

WordPress调用指定分类文章

wordpress按分类ID调用指定分类的文章代码

<?php
    $args=array(
        'cat' => 1,   // 分类ID
        'posts_per_page' => 10, // 显示篇数

    );
    query_posts($args);

    if(have_posts()) : while (have_posts()) : the_post();
?>
    <li>
        <a href="<?php the_permalink(); ?>"><?php the_title(); ?></a> 
    </li>
<?php  endwhile; endif; wp_reset_query(); ?>
Published
Categorized as 建站知识 Tagged

By 傻大憨

shadahan.com是一个关注跨境电商、创业话题的网站。

The Best WordPress Chinese Theme Simplified Website WordPress Theme

If you are looking for an excellent WordPress Chinese theme, Jianzhanpress.com is undoubtedly a good option worth considering.

wordpress外贸模板建站的优势

WordPress凭借其强大的功能和丰富的插件资源,成为了许多外贸企业的首选。

WordPress外贸建站教程分享

  在数字化时代,拥有一个强大的在线存在对于外贸业务至关重要。WordPress作为一个强大且用户友好的建站平… Continue reading WordPress外贸建站教程分享

WP外贸建站轻松上手 建设你的全球化品牌

  在数字化时代,拥有一个强大的在线存在对于外贸企业而言至关重要。WordPress作为一个功能丰富、易于使用… Continue reading WP外贸建站轻松上手 建设你的全球化品牌

隐藏wordpress后台登陆地址

把wordpress后台登陆地址隐藏起来,网站会更安全。

文心一言与SORA在WP企业网站程序开发中的对比

本文将对比文心一言与SORA在WordPress企业网站首页程序开发中的应用,并深入探讨文心一言在这一领域的优势。