主题中footer.php代码如下:! T. e% d, I$ I( h% P0 X! [
2 _1 l8 ~, z9 v! L<?php
v! H. s: f: y+ v4 ] /**
7 I4 }. ]6 g* W' M * The template for displaying the footer.1 L) K2 O$ G( U9 E, _
*2 x" X% C! j! a% F4 P4 h& d, ]
** R4 ~9 e1 m" i1 s3 H9 ]! ^" _
* @package Customizr
4 u" E9 R" [! o9 M, J2 T% h * @since Customizr 3.0$ [4 c5 ? X c/ G( D7 n
*/3 x( u* E6 p3 N
do_action( '__before_footer' ); ?>, Y' M1 k5 G0 b. h7 H; L5 R$ x
<!-- FOOTER -->, [. I g# X, O6 a
<footer id="footer" class="<?php echo tc__f('tc_footer_classes', '') ?>"> K0 ~" y9 Z' A+ u, c
<?php do_action( '__footer' ); // hook of footer widget and colophon?>
0 a+ b& ^2 W$ ]; o. ~ </footer>
7 L/ Y, ?6 r6 ]6 f7 ~ <?php
8 |1 s. p* H3 T' I' V0 k/ B7 _ wp_footer(); //do not remove, used by the theme and many plugins) m9 _2 w& R9 M% I2 C
do_action( '__after_footer' ); ?>! R# _# G6 Z2 n/ P( w, @7 b/ I
</body>, t8 D& Q0 L1 \/ x
<?php do_action( '__after_body' ); ?># p4 S6 r ?* c
</html>
" h- s8 S9 S3 W& O
8 |7 x# ?7 A8 Y6 g( [# q- H想修改网站的footer,把它原来自带的链接去掉,现在该怎么搞呢
! ^9 Y; [3 X0 p7 k
6 O$ q$ Z8 e: Z1 r# X+ q# j |