主题中footer.php代码如下:
2 P- W/ `. Q# k# [) f4 w* V9 l! Y% A# b! c
<?php v" [/ j4 o0 M, W) Q; `2 o! }# T
/**) W, U) r7 g, c: G8 O. w; X0 B& q! W
* The template for displaying the footer.
: r" K& q5 [& t: b2 H *
# V2 L; z v' Q0 C, @ *
; w8 q) v t/ x+ Z8 A" ?+ n6 W * @package Customizr, C8 R& z1 f/ v# `9 _+ |7 B
* @since Customizr 3.0% F; i7 H3 p, i8 H( g% w) m/ l
*/
* l$ q8 l5 ?( ?6 `. k( y do_action( '__before_footer' ); ?>
1 O9 ?" d* [# I! c <!-- FOOTER -->- d. V$ ~6 V' @4 P( Q1 L
<footer id="footer" class="<?php echo tc__f('tc_footer_classes', '') ?>">+ p8 y# Y8 a, F: }
<?php do_action( '__footer' ); // hook of footer widget and colophon?>; @6 y3 @, H6 Q0 ?' }- u9 y3 V
</footer>
. w$ G/ C) G' J <?php
6 U8 M2 ^7 U' U2 a. o$ h( \" l wp_footer(); //do not remove, used by the theme and many plugins
G9 c. T! c& J: A6 g do_action( '__after_footer' ); ?>* Q: m2 @9 j, E9 S6 U% e& T
</body>
9 Z! v) t/ n+ |: X) _4 ? <?php do_action( '__after_body' ); ?>0 g# @8 w* H% b5 K
</html>- f" G! {" n& h; z8 U, d/ R; N
) V9 k( |. l" U$ r想修改网站的footer,把它原来自带的链接去掉,现在该怎么搞呢
% [! [! V( r/ V, v4 s. q% h$ Z7 t
1 t, W! j9 l0 x+ l& e& g |