• Chào Guest,

    Hãy cùng mọi người hướng đến một cộng đồng MMO ngày càng trong sạch. MMO4ME.com sẽ là nơi tập trung tất cả những thông tin uy tín cũng như lừa đảo (SCAM) của bất kì cá nhân nào. (Đọc chi tiết!)

    Chương trình khởi động:
    Thưởng 1.5 MR ngay khi bạn tạo yêu cầu mới cho bất kì cá nhân nào và được duyệt thành công. Chi tiết các bạn có thể xem thêm tại đây.

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

CaSitzmore

Junior
Joined
Oct 26, 2012
Messages
100
Reactions
22
MR
0.000
Insuree Balance
0
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é
 
các bác rành code giúp mình với
 
thiết nghĩ, cách làm bằng tay ...

- cài plugin social
- dùng widget kéo thả ở phía footer

đâu cần đụng code :rolleyes::rolleyes::rolleyes:
 
thiết nghĩ, cách làm bằng tay ...

- cài plugin social
- dùng widget kéo thả ở phía footer

đâu cần đụng code :rolleyes::rolleyes::rolleyes:
theme này nghộ lém bạn, mình cái plugin phân trang ko cái nào nhận, co cài thử cái plugin widgets mà nhày méo 1 bên trang ko à
 
<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à không có đoạn code của nó trước mặt mà code chay thì tất nhiên có khi nó bị bù lệch, chưa tính việc css nó có định dạng phần site-info thì phải vào chỉnh sửa nữa.
 
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

Today's birthdays

Forum statistics

Threads
418,983
Messages
7,079,161
Members
171,046
Latest member
nxminh911
Back
Top Bottom