在後台編輯文章時,回車幾次添加空行。發表後再看,卻沒有空行。
) o5 e/ e; o" N. I, C* m在網上搜索了方法。
8 i/ X. v' Y i' J0 B ?, e) [8 [) Z, M4 U
在模板的single.php文件,
8 D1 T( _$ J" u% q; ]查找到 <?php the_content(); ?>
) i" F9 D7 H9 l修改成<div class=」post-content」>
( w' z. G5 ^3 y, \$ J9 J" ~- n0 Z0 P<?php the_content(); ?>
/ U+ Y! l+ R% p/ s</div>! t' }2 f- m$ W% q
$ l6 g% R3 r) [( H但是我用的contango模板,沒找到<?php the_content(); ?>,該怎麼處理,請大蝦指點) \0 N4 E) d: l o# n& L
貼出single.php如下5 |+ o' O( J% K1 v8 \, c0 L; e* }
7 t& }7 f% B7 m
, x) J# R7 h" q( G
! |/ f+ ^% t9 L; V' O( ]$ ]<?php get_header(); ?>/ _ F# y- _' Z7 G
$ A* K% I- J; z; _9 S3 O
<div id="content" class="site-content clearfix"># I1 y% }& A, Q! D. G
8 Q1 L& l9 Z8 X. R7 P7 c4 K3 {+ V <?php get_template_part( 'loop-meta' ); ?>
9 [, V1 g# b: U$ Y; W, p Q
2 T; h: q {1 O! l& f$ ~( Q8 J <div class="container_16 clearfix">$ Z# A2 ~- L" L6 O
) o1 u6 S. ]- J! b2 @+ u
<div class="grid_11">& b3 x& r% O$ p5 y" X# {/ f0 G
; R D2 ^: B, H$ ?% y( [6 E( e
<div id="primary" class="content-area">8 P% c: ]" k9 L6 M
<main id="main" class="site-main" role="main">
3 b9 N' o4 q7 k9 T; } ! J. ?+ ?' [# u
<?php contango_breadcrumbs(); ?>
0 l2 U* U" U# s. Z: Z+ p
+ T% u. b& g5 n: C: a <?php if ( have_posts() ) : ?>
2 f5 h- g! c0 y3 ` e( S% g: P# b 8 M: z* [, L! N2 X$ \7 e
<?php while ( have_posts() ) : the_post(); ?>6 T6 K, `! e) l; g8 L5 @( V
- U. P* U4 k% d( n
<?php get_template_part( 'content', 'single' ); ?>1 U1 p/ S( j7 o$ \5 @2 ]
# H2 s7 @) _& k- N/ N9 }: U
<?php endwhile; ?>+ k, c* [, m. O. @$ M
2 I i8 D% l4 D <?php else : ?>
A( S0 [5 A& E! g/ J 4 X1 L$ I, F" A! W1 C7 n
<?php get_template_part( 'loop-error' ); ?>7 o6 N& l" k3 L1 R# E0 L
# f0 I5 _3 D! F' I6 M6 L9 Z& J, ~& u7 c <?php endif; ?>
+ i1 g8 e4 Z. l! ~ \" G. u
- K* R& J* @' T <?php contango_loop_nav_singular_post(); ?>
! A" }; @& ~4 |# n1 n8 {/ C: c/ g
; C6 K5 }+ F0 |% X1 q+ X </main><!-- #main --># ]! ]% R4 M3 T+ W/ p5 U
</div><!-- #primary -->
! y* Z/ ^" q0 U/ v7 [% A* B
7 z6 q& T( q1 W G </div> <!-- end .grid_11 -->
# h+ J- j; U; N% B
( }: \7 g) |) O: W0 @ <?php get_sidebar(); ?>" t$ I1 p3 `( b8 Z) t7 \9 F- c
2 [% u. C n! p. W9 l* L </div> <!-- end .container_16 -->: R. W& I9 r4 }5 q
C# p' E- t; ^</div><!-- #content -->
0 o+ @9 F) F& O# A
* W' T' _: E8 j; l# ]* D& J( b P<?php get_footer(); ?>
7 Q4 F1 }4 Y3 ^2 a+ _ M
% i, A3 R p- e " T5 S" Q+ A+ M; F, D
! k# f' U9 ^6 i( ? |