有多个网站,但是有部分数据需要相互调用。那么,wordpress如何调用站外文章?下面web建站小编给大家详细介绍一下具体代码!
在需要的地方加入以下代码:
<?php define('WP_USE_THEMES', false); //文件路径 require('/server/path/wordpress/site/htdocs/blog/wp-header.php'); //调用数据 query_posts('posts_per_page=1'); ?> <?php while (have_posts()): the_post(); ?> <h2><?php the_title(); ?></h2> <?php the_excerpt(); ?> <?php endwhile; ?>
WordPress版本如何使用str_starts_with和str_ends_with函数
wordpress教程如何输出用于回复评论的隐藏输入html
标签: wordpress函数, wordpress调用站外文章
上面是“wordpress如何调用站外文章”的全面内容,想了解更多关于 wordpress 内容,请继续关注web建站教程。
当前网址:https://m.ipkd.cn/webs_3755.html
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!