|
|
主题中footer.php代码如下: h' ~) @+ U8 x. ]4 `8 e
1 T6 g- K+ F2 [ i& H7 ^<?php
: ? n: F9 S5 E7 ^ /**
- [! B4 o# ]0 M9 k8 n2 `6 j * The template for displaying the footer.( s* \, {5 ]+ ]! _4 Y9 T
*
- m6 @* K' ?; s; ^/ n x& l *2 n# V' _/ [1 g. q. i* K ?
* @package Customizr
9 J1 K/ Z) u; Z( J * @since Customizr 3.0: P9 Z' r2 @5 K" G0 q9 Y
*/
1 ~) x6 Z: J) _# h do_action( '__before_footer' ); ?>; @ B5 I( l1 G" B9 n) z( t
<!-- FOOTER -->
8 z; d$ ^& i e, |5 G2 G7 @ <footer id="footer" class="<?php echo tc__f('tc_footer_classes', '') ?>">
, y0 O) `; J' U$ q |5 A! Z9 ^4 m <?php do_action( '__footer' ); // hook of footer widget and colophon?>% j* E/ f& z c2 P3 G: ~; U& G
</footer>1 K8 q5 d5 ?% z! x; @! [
<?php
9 x7 c X9 J5 A; ^+ e) L3 l wp_footer(); //do not remove, used by the theme and many plugins
5 H* w# Z+ g7 i$ ~: Z, y t& s3 y, F do_action( '__after_footer' ); ?>9 r/ k/ g& ~+ N
</body>- u. k. R c3 y7 Q* y, h
<?php do_action( '__after_body' ); ?>
D" } g m* U5 O' Y</html>
) t& z" I1 T5 X, o0 S9 `2 Z7 r6 K) y; j8 w
想修改网站的footer,把它原来自带的链接去掉,现在该怎么搞呢
! B7 c0 E1 V! B9 Z/ i
8 w/ l2 l/ K) k9 d; G |
|