관리-도구
편집 파일: footer.php
<!-- footer --> <footer class="genericFooterWrapper"> <div class="bgGreen"></div> <div class="bgDarkGray"></div> <div class="footerContent"> <div class="contactForm "> <p>Ask a question</p> <?php echo do_shortcode('[contact-form-7 id="22" title="Contact form 1"]' ); ?> </div> <div class="footerLinks"> <?php get_sidebar('main'); ?> <div class="cBoth"></div> <div style="float:left; padding-left:8px; padding-top:10px"> <a href="https://www.facebook.com/galaxybeads"><img src="/shop/includes/templates/theme228/images/2.png"></a> <a href="https://www.instagram.com/galaxybeadswa/"><img src="/shop/includes/templates/theme228/images/3.png"></a> <a href="https://www.pinterest.com.au/GalaxyBeadsAu/"><img src="/shop/includes/templates/theme228/images/1.png"></a> </div> <div class="cBoth"></div> <p class="aRr"> Galaxy Beads © 2015. All rights reserved. <br/> 7 Duchess Court, Bayswater WA 6053, Australia <br/> +61 8 9375 8245 </p> </div> </div> </footer> <!-- show light box if on homepage --> <?php if ( is_front_page() || is_page('gallery')) : ?> <?php endif; ?> <?php wp_footer(); ?> </body> </html>