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 :
Mình muốn chỉnh lại thêm phần này như hình
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é
file footer góc đi với theme :
Mình muốn chỉnh lại thêm phần này như hình
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é