看起来您正在使用此主题:Atmosphere 2010
查看主题文件函数atmosphere_posted_on
在循环中使用了几次。php和single。php。这个undefined function
错误表明该函数不存在,这使我相信您的函数。php已被修改或缺少此函数。在我下载的版本中,函数在函数中类似于此。php从第281行开始:
if ( ! function_exists( \'atmosphere_posted_on\' ) ) :
function atmosphere_posted_on() {
printf( __( \'<span class="%1$s">Posted on</span> %2$s <span class="meta-sep">by</span> %3$s\', \'atmosphere\' ),
\'meta-prep meta-prep-author\',sprintf( \'<a href="%1$s" title="%2$s" rel="bookmark"><span class="entry-date">%3$s</span></a>\',
get_permalink(),esc_attr( get_the_time() ),
get_the_date()),
sprintf( \'<span class="author vcard"><a class="url fn n" href="%1$s" title="%2$s">%3$s</a></span>\',
get_author_posts_url( get_the_author_meta( \'ID\' ) ),
sprintf( esc_attr__( \'View all posts by %s\', \'atmosphere\' ), get_the_author() ),
get_the_author()));
}
endif;
您可以尝试上载新版本的函数。或者查看修改后的版本是否仍包含此函数。