|
主题中footer.php代码如下:
4 V! n; F; }! x) y' `1 H
: C8 S K& x" L2 C<?php
& z0 K o: n0 v/ d) T /**
' Z# ~" b- w/ M: d * The template for displaying the footer.) R+ h5 E6 J" ~* q$ d5 i _
*
1 H: d' s7 S/ ]* d6 A" T *
+ M$ I1 k4 i. h8 `/ q * @package Customizr
+ x; [# H* q& @1 [" h& ] * @since Customizr 3.0) L/ \4 K- Q, S/ ]4 Y, Q6 s. |
*/
% ^+ G" S4 @+ Q& ` do_action( '__before_footer' ); ?>
: ~ f7 k& ?* M- ~' g! I <!-- FOOTER -->6 |+ J) n& _, y5 x
<footer id="footer" class="<?php echo tc__f('tc_footer_classes', '') ?>"> U7 ]4 B& x, j: w( T
<?php do_action( '__footer' ); // hook of footer widget and colophon?>
7 g0 T1 T0 z& p+ E' P! V, S' s </footer>) |. x9 \# g$ X. U* `
<?php/ s: y8 _8 f5 K, @& h) D' B- h0 v) l
wp_footer(); //do not remove, used by the theme and many plugins( t3 I) m! g* T( f2 C
do_action( '__after_footer' ); ?>- y3 l# h/ b: t I2 j1 W0 h% z5 y% B
</body>9 v. A& P% T8 Y3 w
<?php do_action( '__after_body' ); ?>
. p9 f9 o4 O5 ~, I3 i2 D& Z" A# D</html>* F" @6 y( t' s: `3 U
2 ? d' n6 e1 A! }( }! {
想修改网站的footer,把它原来自带的链接去掉,现在该怎么搞呢
' E8 F" s9 J' g) S+ e( n2 p3 u4 r0 j5 B1 J' K
|
|