|
主题中footer.php代码如下:% E$ @! z) g1 b9 g' x/ `! q U
3 ^ @5 I" |! D) E& u8 ~<?php0 k+ n8 i& o* }( e0 [5 d
/**
, p% H6 g; f7 r* Z8 P * The template for displaying the footer." q. w+ p A) P
*2 M- \ r/ e! f; J5 N: ]/ E
*, s, D+ A; N2 q6 J3 d/ }
* @package Customizr+ H, Q8 U7 g5 L" G4 Q
* @since Customizr 3.0
( X4 c9 J9 h8 [) W) C */! m9 C+ n( H# Q' ~
do_action( '__before_footer' ); ?>* s) [: g7 Y; p" ^" m: E& Y" r
<!-- FOOTER -->$ s+ ]' V/ Y! |
<footer id="footer" class="<?php echo tc__f('tc_footer_classes', '') ?>">
7 ]) h* ^2 _# v$ X2 |0 B <?php do_action( '__footer' ); // hook of footer widget and colophon?>
: X1 E( \7 i5 g5 F. f </footer>
+ T* V+ F2 {- a7 ?* ?/ f <?php
| w8 S8 W) Q- T, q wp_footer(); //do not remove, used by the theme and many plugins
9 b4 \1 U [$ v# L do_action( '__after_footer' ); ?>
. n0 F4 ]7 o- `: n& N% m! u </body>$ P7 \& W- n# Z+ x
<?php do_action( '__after_body' ); ?>
. Q7 j0 I2 d6 I1 M</html>+ J4 F: P2 y, m
; x9 Y" E6 l8 q$ Z. I8 S. a/ F想修改网站的footer,把它原来自带的链接去掉,现在该怎么搞呢0 _0 e- i7 }0 I7 e$ H% L
0 T+ @7 h4 W, z6 x' ?- G) Y- L |
|