<?php
$args = array(
\'post_type\' => \'page\',
\'post_status\' => \'publish\',
\'numberposts\' => -1,
\'exclude\' => \'3984,1939,6006,28,2784\',
\'exclude_tree\' => \'1939\',
\'sort_order\' => \'desc\'
);
$postslist = get_pages($args);
foreach ($postslist as $post) :
setup_postdata($post);
?>
<li>
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">
<?php if ( has_post_thumbnail() ) { the_post_thumbnail(\'portrait\');} else { echo \'<img src="#" alt="Something Went Wrong?" title="Sorry - Something went wrong?" />\';}?>
</a>
<span><?php meta(\'issue-number\'); ?></span>
</li>
<?php endforeach; ?>
多亏了凤凰城,我所需要做的就是换成get\\U页面。这为我提供了额外的选择