Hi, For my site, http://www.nomadicmatt.com, I am trying to have one footer for the homepage, and then another footer for every other page. I created a second footer file called "footerhome.php" My php files end with <?php get_footer(); ?> so i changed footer to footerhome on the home page and it said there was a fatal error. I didn't do anything to the footerhome code inside the php. I just simply changed the get footer to get footerhome. How do I make it so I can have two footers on my website?
fatal error comes because you dont have that function enabled add footerhome with include like <?php include('footerhome.php'); ?> or just do a new function similar to get_footer() with the new name and requirements
how do you create that image slide show kinda thing ? with prev and next button , plus that sliding up down text info ? that looks cool nice site..
make sure your host allows php, most do but they often have different versions. contact the support people there, they should be able to help you get it working