|
主题中footer.php代码如下:
. m6 O6 k" t2 J3 a/ O( M5 Z
. u& [0 o0 M$ G) t4 o<?php! j+ b. z" g E# y5 e8 ?7 d
/**) F' W. Z* ?/ }5 B6 _) h* {
* The template for displaying the footer.
( E5 d% p1 K- L. ]! \ *! V% ^- q+ L3 |
*( Q9 E0 a. }; }6 v0 t. s! S9 L4 z
* @package Customizr n$ i* [8 h+ d. {: Y
* @since Customizr 3.0
A& F6 V2 w+ v/ i$ S */: I6 r) c, B: j- j ]3 Q
do_action( '__before_footer' ); ?>* l9 R) J3 z1 x- H, M' y
<!-- FOOTER -->
; b, q2 A0 d; E+ m/ M# d6 v2 K' j# `9 D <footer id="footer" class="<?php echo tc__f('tc_footer_classes', '') ?>">
7 g0 X! b4 I; D* A! e& C: J <?php do_action( '__footer' ); // hook of footer widget and colophon?>
; r. E- ]7 H5 f3 O7 }& a1 `! | </footer>) l6 a- S! h% ~
<?php) }) t- \& `& I7 m+ I4 r3 c& b
wp_footer(); //do not remove, used by the theme and many plugins3 P. t5 [+ Y! v( z' }, b D5 L G. h
do_action( '__after_footer' ); ?>& d9 C! l+ T- u0 Z. `
</body>
3 g. h% X d+ y' V+ c) h <?php do_action( '__after_body' ); ?>
& K L) h) L0 s* W3 l7 G</html>
$ x9 ^8 g; n6 C) @- Z6 G* p6 [
' L, x! r/ R9 G- s2 V想修改网站的footer,把它原来自带的链接去掉,现在该怎么搞呢( M! Y {) ?4 F$ Q- z- n
$ W* z/ L& k0 f3 D* h
|
|