我正在使用以下代码在一个页面上显示页面,并希望将此显示器上每个页面的内容修剪为50个单词,并包括附加到页面的图像。我该怎么做呢?
$args = array(
\'post_type\' => \'page\',
\'post_parent\' => \'6\',
\'order\'=> \'DESC\'
);
query_posts($args);
while ( have_posts() ) : the_post();