39images
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Need a few answers ASAP!Forum: Fixing WordPress
In reply to: Need a few answers ASAP!You won’t believe this but, white screen. I copied the exact code from the link you provided and pasted it in place of my current footer code. It just turned everything blank white. I’m ready to give up π
Forum: Fixing WordPress
In reply to: Need a few answers ASAP!Here you go!
Forum: Fixing WordPress
In reply to: Need a few answers ASAP!I removed that and it goes blank white…
Forum: Fixing WordPress
In reply to: Need a few answers ASAP!Here is that whole section:
<div id="footer"> <div class="pad append-clear"> <p class="copyright"> Copyright © <?php echo date('Y')?>. <?php bloginfo('name'); ?>. All rights reserved. </p> <?php padd_theme_credits(); ?> </div> </div> </div> <?php wp_footer(); ?> <?php $tracker = get_option(PADD_PREFIX . '_tracker_bot',''); if (!empty($tracker)) { echo stripslashes($tracker); } ?> </body> </html> <?php require 'functions/required/template-bot.php'; ?>What is the exactly part I should remove?
Forum: Fixing WordPress
In reply to: Need a few answers ASAP!Forum: Fixing WordPress
In reply to: Need a few answers ASAP!Forum: Fixing WordPress
In reply to: Need a few answers ASAP!I tried all those solutions and each one produced an error. I’m really stumped on this one. I appreciate you offering to install it and check it out!! π
Forum: Fixing WordPress
In reply to: Need a few answers ASAP!Strange…when I remove
<?php padd_theme_credits(); ?>from footer.php, my whole site goes blank white…Forum: Fixing WordPress
In reply to: Need a few answers ASAP!Ok thanks! π I think I got it now. The only thing I need to remove from the footer is:
“Designed by Reseller Hosting. In collaboration with Dreaming, Oscommerce Templates , and Pup Dog Training”
I’ve looked through Firebug but I can’t find the actual file that allows me to edit/remove it.
Forum: Fixing WordPress
In reply to: Need a few answers ASAP!Well that’s the thing. When I try to remove it from the footer, it messes everything up. Here is my entire footer code:
[Large code excerpt removed by moderator per forum rules. Please use the pastebin for all large code excerpts. It works better anyway.]
My goal is to have the footer blank, with the exception of my copyright info…