| 主题中footer.php代码如下: P2 j# X# m" T& b1 W
 $ K& s4 W$ Y% o( {<?php9 z7 d& }0 \$ m! |9 _' S" n
 /**
 6 Y- j1 P, `5 l' r* d3 b * The template for displaying the footer.4 }# i5 G, ]$ n! @" d
 *6 h3 Z" h% M. i1 ^. g1 g' B$ x. W
 *
 " m2 e. n0 W3 b0 b1 q, W8 g! q  P * @package Customizr4 |/ S1 a# r  @7 G1 ?( h/ K
 * @since Customizr 3.0
 B+ O$ M  S9 z- d */! A5 s$ c: k( Q; {/ w
 do_action( '__before_footer' ); ?>/ R& L  ]$ G3 V0 W0 w  W+ N
 <!-- FOOTER -->) Q# q' Y/ t; W9 Y5 m& L0 G  k) t
 <footer id="footer" class="<?php echo tc__f('tc_footer_classes', '') ?>">; f7 A2 i! e( s" l3 Z# U
 <?php do_action( '__footer' ); // hook of footer widget and colophon?>
 8 ^& h* C1 E1 j* t, E" u* O                </footer>! t4 K: v6 d3 T$ s* z4 ~" A
 <?php( f: \+ ]+ i, L7 V$ M0 B" `
 wp_footer(); //do not remove, used by the theme and many plugins  u6 h) I" K$ I$ [2 Y1 @
 do_action( '__after_footer' ); ?>2 ^, I; w% J6 V9 @4 U5 G3 K
 </body>
 - P) L( Z4 Q+ V4 [& S' X        <?php do_action( '__after_body' ); ?>$ b" x; E6 M8 c, g/ ]% _( W0 p: {
 </html>
 6 I' n& s& s) }: C
 9 G' y- M' s8 [: P0 g, P想修改网站的footer,把它原来自带的链接去掉,现在该怎么搞呢8 h- c' }3 y5 w
 ) r+ W2 M' t, H2 s8 u6 j: w' Q  r
 
 |