help needed for footer
-
Hi, I have my website http://www.tumblendry.co.uk built by someone else and I want to change the content of the footer. I.e, the opening hours and remove the credits for the website creator.
I have checked the footer.php but it has appearently no static part for the content. I have no knowledge of php so I would to ask you guys whether you can help me out?
What do I need to change in the footer and make it having the text just in there?
The footer.php looks as follows:<?php themezee_footer_before(); // hook before #footer ?> <div id="footer-wrap"> <footer id="footer" class="container clearfix" role="contentinfo"> <?php $options = get_option('zeeminty_options'); if ( isset($options['themeZee_general_footer']) and $options['themeZee_general_footer'] <> "" ) : echo do_shortcode(wp_kses_post($options['themeZee_general_footer'])); endif; ?> <div id="credit-link"><?php themezee_credit_link(); ?></div> </footer> </div> <?php themezee_footer_after(); // hook after #footer ?> </div><!-- end #wrapper --> <?php themezee_wrapper_after(); // hook after #wrapper ?> <?php wp_footer(); ?> </body> </html>
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
The topic ‘help needed for footer’ is closed to new replies.