ได้แล้วครับ เปลี่ยนใน footer
<?php
/**
* The template for displaying the footer
*
* Contains footer content and the closing of the #main and #page div elements.
*
* @package WordPress
* @subpackage Twenty_Thirteen
* @since Twenty Thirteen 1.0
*/
?>
</div><!-- #main -->
<?php get_sidebar( 'main' ); ?>
<footer id="colophon" class="site-footer" role="contentinfo">
<div class="site-contact">
<p>สหเอวี ซาวด์ แอนด์ซิสเท็ม 119/797 ถ.รัตนาธิเบศร์ ต.ไทรม้า อ.เมือง จ.นนทบุรี 11000</p>
<p>โทร./แฟกซ์. 02-106-3340 มือถือ 081-611-1662 คุณป้อม</p>
</div>
<div class="site-info">
<a href="<?php echo esc_url( __( '
http://phranakornsoft.com/' 
) ); ?>" title="<?php esc_attr_e( 'พระนครซอฟต์' ); ?>"><?php printf( __( 'Design by %s' ), 'PhranakornSoft' ); ?></a>
</div><!-- .site-info -->
</footer><!-- #colophon -->
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>