Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

  • wildbug
    Participant

    @wildbug

    Thank you, that fixed it!! I looked it up online. For those who also don’t know what it means, here it is:

    I put this code before the /body line <?php wp_footer(); ?>

    THANKS SO MUCH Ray!!


    wildbug
    Participant

    @wildbug

    What is the “wp_footer()” line? Can you please be specific, as I noted, I am not a programmer…thanks!!


    wildbug
    Participant

    @wildbug

    The footer php has this code in it:

    <!-- BEGIN footer -->
    <div id="footer">

    <p class="copyright"><?php echo fs_settings('footer_copy'); ?></p>
    <a href="<?php if (strlen(fs_settings('subscribe'))>0) echo fs_settings('subscribe'); else bloginfo('rss2_url'); ?>" class="subscribe"><?php fs_lang("Subscribe"); ?></a>
    <p class="links"><?php echo fs_settings('footer_links'); ?></p>

    </div>
    <!-- END footer -->

    Do I need to add something there? (Please be specific, I’m not a programmer and don’t know what a “call to wp_footer()” is exactly, or where to place it in the code)…THANKS!

Viewing 3 replies - 1 through 3 (of 3 total)
Skip to toolbar