WP twentythirteen主题 the_image() error

wordpress
the_image(), twentythirteen, wordpress
0 字 / 约 0 分钟
2013/4/17

WP twentythirteen主题 the_image() error

第13行

php
<?php the_image( 'twentythirteen-image-post' ); ?>

改为

php
<?php the_post_format_image( 'twentythirteen-image-post' ); ?>