Request giúp mình chỉnh file footer wordpress

CaSitzmore

Junior
Joined
Oct 26, 2012
Messages
100
Reactions
22
MR
0.000
Anh em nào biết giúp mình chỉnh lại file footer wordpress này giúp mình với, mình thử chỉnh sữa mà nhảy lung tung hết

file footer góc đi với theme :

6Ujp25O.jpg


Mình muốn chỉnh lại thêm phần này như hình

2OOSiVn.jpg

code file footer thế này:
=============================================
<?php
/**
* Footer section template.
* @package WordPress
* @subpackage Iconic_One
* @since Iconic One 1.0
*/
?>
</div><!-- #main .wrapper -->
<footer id="colophon" role="contentinfo">
<div class="site-info">
<div class="footercopy"><?php echo get_theme_mod( 'textarea_copy', 'custom footer text left' ); ?></div>
<div class="footercredit"><?php echo get_theme_mod( 'custom_text_right', 'custom footer text right' ); ?></div>
<div class="clear"></div>
</div><!-- .site-info -->
</footer><!-- #colophon -->
<div class="site-wordpress">
<a href="http://themonic.com/iconic-one/">Iconic One</a> Theme | Powered by <a href="http://wordpress.org">Wordpress</a>
</div><!-- .site-info -->
<div class="clear"></div>
</div><!-- #page -->

<?php wp_footer(); ?>
</body>
</html>
====================================================================

ANh em nào biết giúp mình nhé
 
<table width="100%" border="0">
<tr>
<td width="33%">Phim ma</td>
<td width="34%"><img src="https://www.facebookbrand.com/img/fb-art.jpg" /> Facebook</td>
<td width="33%">Email: [email protected]</td>
</tr>
<tr>
<td width="33%">Phim hành động</td>
<td width="34%">Google Plus</td>
<td width="33%">Phone: 0909090909</td>
</tr>
<tr>
<td width="33%">Phim tình cảm</td>
<td width="34%">&nbsp;</td>
<td width="33%">&nbsp;</td>
</tr>
<tr>
<td width="33%">Trailer phim</td>
<td width="34%">&nbsp;</td>
<td width="33%">&nbsp;</td>
</tr>
</table>
 
Mình không inspect đc phần code nên không chắc để vào đâu, nhưng nếu theo mình đoán thì:

<div class="site-info">
<div class="footercopy"><?php echo get_theme_mod( 'textarea_copy', 'custom footer text left' ); ?></div>
<div class="footercredit"><?php echo get_theme_mod( 'custom_text_right', 'custom footer text right' ); ?></div>
<div class="clear"></div>
</div><!-- .site-info -->

Đoạn này bỏ luôn phần footercopy và footercredit. Sửa lại:
<div class="site-info">
<table width="100%" border="0">
<tr>
<td width="33%">Phim ma</td>
<td width="34%"><img src="https://www.facebookbrand.com/img/fb-art.jpg" /> Facebook</td>
<td width="33%">Email: [email protected]</td>
</tr>
<tr>
<td width="33%">Phim hành động</td>
<td width="34%">Google Plus</td>
<td width="33%">Phone: 0909090909</td>
</tr>
<tr>
<td width="33%">Phim tình cảm</td>
<td width="34%">&nbsp;</td>
<td width="33%">&nbsp;</td>
</tr>
<tr>
<td width="33%">Trailer phim</td>
<td width="34%">&nbsp;</td>
<td width="33%">&nbsp;</td>
</tr>
</table>
<div class="clear"></div>
</div><!-- .site-info -->
 
Mình không inspect đc phần code nên không chắc để vào đâu, nhưng nếu theo mình đoán thì:

<div class="site-info">
<div class="footercopy"><?php echo get_theme_mod( 'textarea_copy', 'custom footer text left' ); ?></div>
<div class="footercredit"><?php echo get_theme_mod( 'custom_text_right', 'custom footer text right' ); ?></div>
<div class="clear"></div>
</div><!-- .site-info -->

Đoạn này bỏ luôn phần footercopy và footercredit. Sửa lại:
<div class="site-info">
<table width="100%" border="0">
<tr>
<td width="33%">Phim ma</td>
<td width="34%"><img src="https://www.facebookbrand.com/img/fb-art.jpg" /> Facebook</td>
<td width="33%">Email: [email protected]</td>
</tr>
<tr>
<td width="33%">Phim hành động</td>
<td width="34%">Google Plus</td>
<td width="33%">Phone: 0909090909</td>
</tr>
<tr>
<td width="33%">Phim tình cảm</td>
<td width="34%">&nbsp;</td>
<td width="33%">&nbsp;</td>
</tr>
<tr>
<td width="33%">Trailer phim</td>
<td width="34%">&nbsp;</td>
<td width="33%">&nbsp;</td>
</tr>
</table>
<div class="clear"></div>
</div><!-- .site-info -->

Cám ơn cậu nhiều mình chèn ok rồi, chỉnh sữa xiu nữa là dc
 

Announcements

Forum statistics

Threads
427,291
Messages
7,203,255
Members
179,594
Latest member
cho2sung

Most viewed of week

Most discussed of week

Most viewed of week

Most discussed of week

Back
Top Bottom