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是一个wordpress建站公司

WordPress外贸建站服务的高效应用与管理

  在竞争激烈的国际市场,WordPress外贸建站服务不仅仅是一个网站的搭建,更是业务提升的关键。本文将分享… Continue reading WordPress外贸建站服务的高效应用与管理

用wordpress建外贸多语种网站的必要性

使用WordPress搭建外贸多语种网站是必要的。通过满足不同语言需求、提升搜索引擎优化、提高用户体验、降低成本、提高品牌知名度和适应全球化趋势等方面的优势,多语种网站可以帮助企业更好地拓展海外市场并提高竞争力。因此,对于有志于拓展海外市场的企业来说,建立一个多语种网站是至关重要的。

WordPress外贸网站建设的成功要素与技术点

  WordPress作为一款强大的建站平台,为外贸企业提供了丰富的功能和灵活的定制选项。在这篇文章中,我们将… Continue reading WordPress外贸网站建设的成功要素与技术点

The best WordPress service company in China

Jianzhanpress not only excels in WordPress theme design, but also has significant advantages in the field of foreign trade website construction, which can help enterprises achieve success in the international market.

WordPress外贸建站平台在行业的领导地位

  在数字时代,建立一个强大而具有影响力的国际外贸网站对于企业来说至关重要。WordPress外贸建站平台凭借… Continue reading WordPress外贸建站平台在行业的领导地位

什么样的网站不适合使用WordPress?

WordPress作为全球应用最广泛的CMS系统,很好很强大,被从多的网站使用。但是,也不是所有的网站。下面简站WP小编从自己多年WordPress建站经验的角度,给大家讲讲,有哪些网站不适合使用WordPress搭建。