WP twentythirteen主题 the_image() error
第13行
<?php the_image( 'twentythirteen-image-post' ); ?>
改为
<?php the_post_format_image( 'twentythirteen-image-post' ); ?>
第13行
<?php the_image( 'twentythirteen-image-post' ); ?>
改为
<?php the_post_format_image( 'twentythirteen-image-post' ); ?>