Forum Replies Created
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
AbrahamParticipant
Hi,
Thanks.
That is a good question. I have not always been the only admin on the site, so I do not have a good answer for you.
Your help is much appreciated 🙂 Have a nice day.
AbrahamParticipantLogin details has been sent to your e-mail. Please have a look and tell me what is wrong.
AbrahamParticipantHi,
Well, I can see that the old footer file had a lot of scripts. But the new one after the upgrade does not.
Can you be a litte more spesific? I really need this site up and running asap.
Here is the complete contents of the footer.php file:
<?php /** * Displays the footer section of the theme. * * @package Theme Horse * @subpackage Attitude Pro * @since Attitude Pro 1.0 */ ?> </div><!-- #main --> <?php /** * attitude_after_main hook */ do_action( 'attitude_after_main' ); ?> <?php /** * attitude_before_footer hook */ do_action( 'attitude_before_footer' ); ?> <footer id="colophon" class="clearfix"> <?php /** * attitude_footer hook * * HOOKED_FUNCTION_NAME PRIORITY * * attitude_footer_widget_area 10 * attitude_open_sitegenerator_div 20 * attitude_socialnetworks 25 * attitude_footer_info 30 * attitude_close_sitegenerator_div 35 * attitude_backtotop_html 40 */ do_action( 'attitude_footer' ); ?> </footer> <?php /** * attitude_after_footer hook */ do_action( 'attitude_after_footer' ); ?> </div><!-- .wrapper --> <?php /** * attitude_after hook */ do_action( 'attitude_after' ); ?> <?php wp_footer(); ?> </body> </html>
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)