<div class=”post-content”> <?php the_content(); ?> </div> 但是我用的contango模板,没找到<?php the_content(); ?>,该怎么处理,请大虾指点 贴出single.php如下 <?php get_header(); ?> <div id="content" class="site-content clearfix"> <?php get_template_part( 'loop-meta' ); ?> <div class="container_16 clearfix"> <div class="grid_11"> <div id="primary" class="content-area"> <main id="main" class="site-main" role="main"> <?php contango_breadcrumbs(); ?> <?php if ( have_posts() ) : ?> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content', 'single' ); ?> <?php endwhile; ?> <?php else : ?> <?php get_template_part( 'loop-error' ); ?> <?php endif; ?> <?php contango_loop_nav_singular_post(); ?> </main><!-- #main --> </div><!-- #primary --> </div> <!-- end .grid_11 --> <?php get_sidebar(); ?> </div> <!-- end .container_16 --> </div><!-- #content --> <?php get_footer(); ?>
使用道具 举报
进藤 发表于 2014-10-2 15:17 登录/注册后可看大图 自动删除空行个人觉得是wordpress很不人性化的一点,要添加空行最简单有效的办法就是在文本编辑模式下使用 ...
本版积分规则 发表回复 回帖后跳转到最后一页
|联系我们|Archiver|手机版|小黑屋|EEfaq论坛
GMT+8, 2024-11-21 17:25
Powered by Discuz! X3.4
Copyright © 2001-2021, Tencent Cloud.