主题中footer.php代码如下:
+ Q) c' w* X- ^6 U+ E! N
+ h, i, A. m6 Z<?php
! k0 Z! N" S9 ~2 a3 Y /**) t7 o; C: `, n. e H
* The template for displaying the footer.+ H# v% O3 O, V. g: n7 w8 ~
*
# p$ n2 A$ Y u) _( Z *- ]% Z& q' F% D2 F' U
* @package Customizr+ u( U2 q7 b6 k6 l9 l, Q# f2 N$ g
* @since Customizr 3.0/ m$ h* o {, Y, `7 x1 B
*/
: l& G4 P( G/ v" L2 b7 [ do_action( '__before_footer' ); ?>
@9 [1 ]) d0 T) U' d. }) B <!-- FOOTER -->
2 C0 z7 U+ \/ u <footer id="footer" class="<?php echo tc__f('tc_footer_classes', '') ?>">
. B. L- j+ c% V <?php do_action( '__footer' ); // hook of footer widget and colophon?>' T4 b% D: S" Q: V B
</footer>
$ M* G& i2 {$ @; Q7 ^! L) I& ? <?php
% L6 V, f) @0 {7 I1 W5 ^ wp_footer(); //do not remove, used by the theme and many plugins; r q" M" ~& h) Y. ~& Z
do_action( '__after_footer' ); ?>
# N. `% u& J& o( F </body>$ ]$ ?% g, P+ E) x/ `4 G
<?php do_action( '__after_body' ); ?>- E7 H) D' X/ i+ n5 G% Y) _
</html>
0 b# |) w1 [% K- g* H& A# ]
2 V! @/ ], X/ a! q7 ~3 l5 _想修改网站的footer,把它原来自带的链接去掉,现在该怎么搞呢
! Y7 \- E! ~4 o! h* S( i; W: G& ^4 L& P% m6 K3 c% @- {
|