文章内容调用wordpress-wordpress调用指定文章


原创,时间:2023-02-21 23:30:08

关于文章内容调用wordpress内容导航:

1、文章内容调用wordpress

2、wordpress调用指定文章

<?php

    $args=array(

        'cat' => 1,   // 分类ID

        'posts_per_page' => 10, // 显示篇数

    );

    query_posts($args);

    if(have_posts()) : while (have_posts()) : the_post();

?>

   

        //标题

       

        <?php if (has_excerpt()) {

                echo $description = get_the_excerpt(); //文章编辑中的摘要

            }else {

                echo mb_strimwidth(strip_tags(apply_filters('t读但何频敌就亚结胶械补he_content', $post->post_content)), 0, 170,"&hellip;&hellip;"); //文章编辑中若无摘要,自定截取文章内容字数做为摘要

            } ?>

       

   


wordpress调用指定文章

3、wordpress调用最新文章

<?php
$limit = get_option('posts_per_page');
$paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
query_posts('showposts=' . $limit=7 . '&paged=' . $paged);//limit变量控制最新文章数量
$wp_query->is_archive = true; $wp_query->is_home = false;
?>
<?php while(have_posts()) : the_post(); if(!($first_post == $post->ID)) : ?>
<ul>
<li><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>">
<?php the_title(); ?></a></li>
</ul>
<?php endif; endwhile; ?>
wordpress调用最新文章




">

显示最新文章

行业热门话题:

【wordpress调用指定文章】【wordpress调用最新文章】【如何调用wordpress函数】【wordpress引用嵌入文章】【wordpress 调用其他网站api】【wordpress调用自定义字段】【wordpress导入文章】【wordpress 相关文章】【wordpress写文章插件】【wordpress文章编辑器】



更多插件导航: 问答聚合 问答导航 今日头条 头条聚合 ai原创文章 1024定向养站 1024快速起站 双标题 淘客文章插件 discuz自动发帖 伪原创 配图插件 挖关键词 自助解答专区 投稿 定向养站目录程序 快速起站目录程序 ai写作目录程序