【发布时间】:2021-08-08 16:00:11
【问题描述】:
在 WordPress 中,我有一个附件页面(子页面)。
如何在此页面上显示父级摘录?
因为这段代码不起作用:
<?php global $post;
if ( $post->post_parent ) { ?>
<?php echo get_the_excerpt( $post->post_parent ); ?>
<?php } ?>
感谢您的帮助。
我真的很感激。
【问题讨论】:
标签: php wordpress wordpress-theming attachment custom-wordpress-pages