SOHO建站

wordpress调用全站随机文章

wordpress调用全站随机文章代码

<?php

global $post;

$postid = $post->ID;

$args = array( ‘orderby’ => ‘rand’, ‘post__not_in’ => array($post->ID), ‘showposts’ => 10); // 显示篇数

$query_posts = new WP_Query();

$query_posts->query($args);

?>

<?php while ($query_posts->have_posts()) : $query_posts->the_post(); ?>

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

<?php endwhile; ?>
Published
Categorized as 建站知识 Tagged

By SOHO

wowsoho.com是一个wordpress建站公司

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

  在竞争激烈的网络环境中,打造一家成功的外贸网站需要精心规划和技术实力。本文将揭晓一些成功建站的秘籍,重点聚… Continue reading WordPress外贸网站建设的成功因素与技术点

wordpress调用最新文章

wordpress按栏目调用最新文章

外贸soho人自建独立站用wrodrpess的好处

WordPress为外贸SOHO人提供了一个强大的、成本效益高的自建独立站解决方案。

WordPress外贸整站源码解析与应用技巧

WordPress作为一个流行的建站平台,在外贸领域也被广泛应用。全面掌握WordPress外贸整站源码是打造… Continue reading WordPress外贸整站源码解析与应用技巧

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.

Elementor优点很明显 缺点很致命

Elementor是一个非常强大的可视化网站建设工具,它可以让用户通过拖拽和编辑来快速构建网站。虽然Elementor具有许多优点,但是它也存在一些缺点。下面我将从多个角度来探讨Elementor的优缺点。