在後台編輯文章時,回車幾次添加空行。發表後再看,卻沒有空行。* z2 h+ i& V; P% t$ S' p
在網上搜索了方法。
( u* t* Z$ ?6 `6 u7 [9 |2 u) \
% e2 h! T. X6 j9 e在模板的single.php文件,
) ?3 p4 U# Z8 @8 G9 U/ }1 K查找到 <?php the_content(); ?>
8 p1 _: s9 x2 k+ ^修改成<div class=」post-content」>
9 G/ R+ e4 I; e: ?' d- c<?php the_content(); ?>
7 F1 d4 ]6 d; Y8 C+ ~</div>
' c0 S2 ^1 ?5 Q0 u& B( d' }9 A0 k9 o& Y( `8 p* F
但是我用的contango模板,沒找到<?php the_content(); ?>,該怎麼處理,請大蝦指點2 L4 M! L& K' E1 q7 ?
貼出single.php如下: ~6 H) F: I; k, Q
1 K1 `/ m: W W( O/ U
6 H. a5 V/ g6 @' U( u/ I, x$ {8 b/ n K; R% P2 t3 a' I6 C. }0 F! M- l
<?php get_header(); ?>
$ l0 B! o. P; K4 G5 y- C s: U6 H5 f8 C; R6 k
<div id="content" class="site-content clearfix">( q) S6 x$ y1 ` ]. v. Y
) ~( ~# ?% N9 a# w# |4 b
<?php get_template_part( 'loop-meta' ); ?>
" E3 Y/ t& H# v: T5 x# a8 W: o
, K. I, T5 [$ N7 S0 S/ y2 w <div class="container_16 clearfix">
; @" }. I7 P, h& C6 i) C8 V/ ] . G' H4 J8 E6 V
<div class="grid_11"> `! s" a, U" R6 R$ ?
# l2 ^/ [3 B" P" B' g4 s& I
<div id="primary" class="content-area">1 P" k( [) P0 p8 d
<main id="main" class="site-main" role="main">! O. |! o1 P$ {9 j# ^
$ {5 V0 Y% `, d* x1 y
<?php contango_breadcrumbs(); ?>+ r2 j1 u3 ^- E) b3 p, y
& {2 }( \! q/ M <?php if ( have_posts() ) : ?>, w8 {: g/ E4 B
0 H/ h3 |9 c% H+ G) d7 ^7 Q, }& @# E
<?php while ( have_posts() ) : the_post(); ?>- d. ^1 h2 Z9 S4 ]4 f1 u
0 }" @9 K3 D8 M" u/ H' P9 m3 Z4 L# {
<?php get_template_part( 'content', 'single' ); ?>
3 [5 C8 A J5 Z0 X. G9 e ! q1 q y' _6 g# Y$ j9 \
<?php endwhile; ?>
* A7 n5 Z; {3 U) }
8 b% }, L( r9 s: i6 O) M: F <?php else : ?>
8 s6 l; N2 a5 l
$ a1 k3 V5 ?4 @: o* `' z, B9 r! m <?php get_template_part( 'loop-error' ); ?>1 y/ q; i3 J! O& G. O2 k+ M
$ d: I2 j( m) }; _3 f <?php endif; ?>7 u1 k0 P1 v1 C4 Y+ M5 I
! |! {4 F9 o0 ~* D8 B- [; `
<?php contango_loop_nav_singular_post(); ?>' U# E, [5 [7 o/ E5 s# Y) M
. q2 }' F; ~" t& Y& v, k7 _: ? </main><!-- #main --> B1 C& F9 \( G7 L1 t; q
</div><!-- #primary -->4 \: b* [$ c: ]4 c: F
" V" O/ y8 [! ?# L7 w. a
</div> <!-- end .grid_11 -->
c/ t; Z6 s8 x& v& n7 W
" o4 X' f; w! x m4 l5 q# [ <?php get_sidebar(); ?>
8 Z" @ S. ^7 h# A) j3 E* V
/ g N( }. `: I: Z8 L1 o </div> <!-- end .container_16 -->
) I: t8 \ z: s% [- o" d* O5 F, H* w" z+ Q+ _' L; Z
</div><!-- #content --> P5 u& w G U* l U
1 ]8 ^( y& p( k* y% m3 o: L0 f0 b% u<?php get_footer(); ?>3 ]( z5 V* ]2 Y, O! a5 g* B
' h) s7 q. ^- L# x5 g' b0 X) E& E 5 `) Y+ w9 A: q( m5 z0 z
! H7 R0 J; T4 z# G/ W7 V4 s |