如何在另一个页面上显示页面(而不是帖子)中的摘要内容

时间:2014-05-15 作者:sleeper

我创建了一个名为“关于乔”的页面作为page 在WordPress中。

然后在另一个页面(例如主页)上,我希望显示一个摘要,其中包括:

缩略图第一段链接到页面是否可能?

也许我没有向抄本提出正确的问题,因为我什么也没找到。

我能找到的最接近的东西是get_page(), 我甚至不确定解决方案是什么。

但这个函数现在deprecated.

请告知!

谢谢

2 个回复
最合适的回答,由SO网友:sleeper 整理而成

Update: No more working tired! 完全忘记了WP\\U查询。这是我想到的。。。

<?php
    $args = array (
        \'page_id\'             => \'1265\',
        \'post_type\'           => \'Page\',
        \'post_status\'         => \'published\',
        \'posts_per_page\'      => \'1\',
        \'ignore_sticky_posts\' => true,
    );

    // The Query
    $fa_query = new WP_Query( $args );
?>

<?php if ( $fa_query->have_posts() ) : while ( $fa_query->have_posts() ) : $fa_query->the_post(); ?>
    // do something
<?php endwhile; else : ?>
    // Nothing to see
<?php endif; ?>                     
<?php wp_reset_postdata(); ?> 

SO网友:pascalvgemert

使用$post = get_post( id ); 然后将立柱设置为setup_postdata($post); 你可以打电话the_content();the_excerpt();

结束

相关推荐

Taxonomy landing pages

我想为我的自定义分类法创建一个登录页。现在,我创建了三种自定义分类法/country/[terms] /person/[terms] /interrests/[terms] 我想为每个分类法创建一个列表页,这个列表页应该列出它们包含的所有[术语]。并链接到正常(taxonomy-[term].php /taxonomy/[term]) url。实现这一点的正确方法是什么?首先我想的是template_redirect 并创建自定义taxonomy-list.php 要包含在使用手