SOHO创业

wordpress调用全站热门文章

wordpress调用全站热门文章代码

<?php

$post_num = 10; // 显示篇数

$args = array(

‘post_password’ => ”,

‘post_status’ => ‘publish’, // 只选公开的文章.

‘post__not_in’ => array($post->ID),//排除当前文章

‘caller_get_posts’ => 1, // 排除置顶文章.

‘orderby’ => ‘comment_count’, // 依评论数排序.

‘posts_per_page’ => $post_num

);

$query_posts = new WP_Query();

$query_posts->query($args);

while( $query_posts->have_posts() ) { $query_posts->the_post(); ?>

<li><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li>

<?php } wp_reset_query();?>
Published
Categorized as 建站知识 Tagged

By SOHO

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

SOHO建站的优势分析

SOHO建站(Small Office/Home Office建站)是指小型办公室或家庭办公室通过建立网站来开展业务。

一款专为WordPress平台设计的多功能外贸主题

Atlas阿特拉斯主题以其创新的设计、强大的功能集和灵活的定制选项,成为外贸企业构建专业、高效和吸引人的在线平台的理想选择。

The best independent website building platform for foreign trade

The best template website building platform

深圳外贸建站公司

深圳歪猫外贸建站凭借其专业的技术团队、丰富的行业经验和全面的服务体系,已成为外贸企业建站和推广的可靠选择。

外贸老板用wordpress搭建独立站 需要懂哪些技术

越来越多的外贸老板,自己买wordpress模板,自己搭建外贸独立站。作为外贸老板,想要使用WordPress自己搭建独立站,需要了解一些基本的网站技术和概念。

用简站wordpress主题快速建站的操作方法

通过以上步骤,你可以快速搭建一个简洁、实用且安全的WordPress网站,并利用简站主题的优势来简化网站建设过程。