• I think I’ve read every post on encryptions, they all give this link: http://codex.wordpress.org/FAQ_Layout_and_Design#How_to_get_rid_of_encoding_in_a_theme.27s_footer.3F

    But it leaves out several bit of information.

    This part “Now visit your site, view source (e.g. View->Page Source in Firefox), and copy the HTML between those two markers. (Ok It’s copied to the clipboard now what do I do with it?) Rename your footer.php (rename it to what?) and make a new copy of footer.php with that HTML code. Then change it to your hearts content (change which php file?). Remember to insert the <?php wp_footer(); ?> before </body> tag. (Don’t I have to have some kind of file or function called wp_footer first?)”

    Why am I inserting <?php wp_footer(); ?>
    In which file should I insert the tag <?php wp_footer(); ?>
    What am I supposed to rename the footer.php file, is that important?
    Change which file until my hearts content?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter keeperbay

    (@keeperbay)

    BTW this is the site: http://www.thenightowlmama.com/

    I have left the code in the index file:

    <!– Evil Footer Devil FOUND –>
    <?php get_footer(); ?>
    <!– Evil Footer Devil BEGONE –>

    But the code between the 2 is mammoth and includes the widget functions from the page.

    Here’s a copy: http://how2doeverything.info/img/footer.txt

    The ads are down at the very bottom.

    Thread Starter keeperbay

    (@keeperbay)

    Ha Ha! If you can’t beat’m just make the content the same color as the background!

    I still have the ad links there – which I’d LOVE to get rid of, but I was able to change the color in the css to Black to match the background.

    I’d still take any help you have to give.
    Thanks,
    ~e

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Another encryption question’ is closed to new replies.