1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How do I fix my footer?

Discussion in 'WordPress' started by Bizza, Nov 7, 2010.

  1. #1
    I got this message for one of my sites:
    "wp_footer was not found in footer.php"

    How do I fix this and actually add stuff to it? I only have basic HTML experience.
    Thanks in advance gang.:D
     
    Bizza, Nov 7, 2010 IP
  2. adspub

    adspub Member

    Messages:
    117
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #2
    Add the following line in your footer.php and see the result.



    <?php wp_footer(); ?>
     
    adspub, Nov 7, 2010 IP
    Bizza likes this.
  3. Bizza

    Bizza Active Member

    Messages:
    153
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #3
    I tried to add it like you said in the footer.php but it still didn't work. This is what it looks like:
    <?php eval(base64_decode('Pz4gCQkJPGRpdiBjbGFzcz0iZm9vdGVyIj4NCgkJCQk8ZGl2IGNsYXNzPSJwYWRkaW5ncyI+DQoJCQkJCTxkaXYgY2xhc3M9ImZsIj48P3BocCBfZSgnJywgJ2RlZmF1bHQnKTsgPz4gV29yZFByZXNzPC9kaXY+DQoJCQkJCTxkaXYgY2xhc3M9ImZyIj48P3BocCBpZihpc19ob21lKCkpIDogPz48YSBocmVmPSJodHRwOi8vZnJlZWFudGl2aXJ1c3NvZnR3YXJlcmV2aWV3cy5jb20vZnJlZS1hdmctYW50aXZpcnVzLmh0bWwiIHRpdGxlPSJGcmVlIEFWRyBBbnRpdmlydXMiPkZyZWUgQVZHIEFudGl2aXJ1czwvYT48P3BocCBlbmRpZjsgPz48L2Rpdj4NCgkJCQk8L2Rpdj4NCgkJCQk8ZGl2IGNsYXNzPSJjbGVhciI+PC9kaXY+DQoJCQk8L2Rpdj4NCgkJCTw/cGhwIHdwX2Zvb3RlcigpOyA/PiA8Pw=='));?>
    <?php wp_footer(); ?>


    I tried to add it in the front AND by itself, but still nothing. Do you have any other suggestions?
    Thanks so much for your help mate.
     
    Bizza, Nov 7, 2010 IP
  4. dsimi

    dsimi Member

    Messages:
    265
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    48
    #4
    Are u using newwpthemes.com theme?
     
    dsimi, Nov 7, 2010 IP
  5. dsimi

    dsimi Member

    Messages:
    265
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    48
    #5
    <?php eval(base64_decode('Pz4gCQkJPGRpdiBjbGFzcz0iZm9vdGVyIj4NCgkJCQk8ZGl2IGNsYXNzPSJwYWRkaW5ncyI+DQoJCQkJCTxkaXYgY2xhc3M9ImZsIj48P3BocCBfZSgnJywgJ2RlZmF1bHQnKTsgPz4gV29yZFByZXNzPC9kaXY+DQoJCQkJCTxkaXYgY2xhc3M9ImZyIj48P3BocCBpZihpc19ob21lKCkpIDogPz48YSBocmVmPSJodHRwOi8vZnJlZWFudGl2aXJ1c3NvZnR3YXJlcmV2aWV3cy5jb20vZnJlZS1hdmctYW50aXZpcnVzLmh0bWwiIHRpdGxlPSJGcmVlIEFWRyBBbnRpdmlydXMiPkZyZWUgQVZHIEFudGl2aXJ1czwvYT48P3BocCBlbmRpZjsgPz48L2Rpdj4NCgkJCQk8L2Rpdj4NCgkJCQk8ZGl2IGNsYXNzPSJjbGVhciI+PC9kaXY+DQoJCQk8L2Rpdj4NCgkJCTw/cGhwIHdwX2Zvb3RlcigpOyA/PiA8Pw=='));?>
    PHP:
    Below is the decoded PHP. Already wp_footer is assigned. Read and change as u like.

    <?php
    
    ?><?php wp_footer(); ?>
    
    <div class="center-widget-title"></div>
    <div class="center-widget">
    
    <div class="footer">
    <p>Copyright © <a href="<?php echo get_settings('home'); ?>">
    <?php bloginfo('name'); ?>
    </a></p>
    </div> <!-- footer -->
    </div> <!-- Center Widget -->
    </div> <!-- page -->
    </body>
    </html><?php
    
    ?>
    PHP:
     
    dsimi, Nov 7, 2010 IP
    Bizza likes this.
  6. Bizza

    Bizza Active Member

    Messages:
    153
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #6
    omg! it worked. Fantastic!

    Thanks so much dsimi.

    How do I edit/add links to this footer, or is it more involved?
     
    Bizza, Nov 7, 2010 IP