• I need to change the address that appears at the bottom of each of my web pages.
    I do not use this as a blog and all the information on this site continues to talk about blog – I use it as a website only.

    I need to edit the address and cannot find any information to assist me with this.
    I also need to know how to attach a link to an online application – I have one already but I need to change it and can’t find any information on how to do this.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    – What theme are you using?
    – Where did you download it from?

    http://codex.wordpress.org/Forum_Welcome#Include_as_Much_Information_as_Possible

    Thread Starter barihart

    (@barihart)

    My website was created by another person and then after they finished gave me the login and I have been able to make some changes on the site – but recently the address has changed and I am able to change the address in the body of the site but not the trademark that I see at the bottom of each page.

    When I go to the Appearances – Editor the template says “Custom” and under that title I see the footer.php but this is what I get.

    <div id=”footer”>
    <?php dynamic_sidebar( ‘first-footer-widget-area’ ); ?>
    </div>

    </div>

    </div>
    <?php
    /* Always have wp_footer() just before the closing </body>
    * tag of your theme, or you will break many plugins, which
    * generally use this hook to reference JavaScript files.
    */

    wp_footer();
    ?>
    </body>
    </html>

    Nothing here show the words that are at the bottom of the page.

    Go to the backend of the site and on the left side look for widgets. Once you are in there you should see footer and sidebar widgets that have the text in them. The <?php dynamic_sidebar( ‘first-footer-widget-area’ ); ?> is pulling in your content from the footer widget.

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

The topic ‘Changes to the Footer’ is closed to new replies.