• Resolved ThomasStinson

    (@thomasstinson)


    Trying to edit the footer for eddiemortgage.com.

    It is not showing up under the normal area in footer.php or the css main editor.

    It looks like this instead of normal text:

    <div id=”copyrights”><!– copyrights starts–>
    <div class=”container”>
    <div class=”one-half”>
    <p>
    <?php
    if (isset($smof_data[‘copyright’]))
    if ($smof_data[‘copyright’]!=”)
    {
    echo $smof_data[‘copyright’];
    }
    ?>
    </p>
    </div>

Viewing 4 replies - 1 through 4 (of 4 total)
  • That is all the code you are finding in footer.php? You dont have something like wp_footer in there?

    By the code you showed before looks like it’s being controlled by some type of theme options in the admin

    You need to edit the Footer widgets for this theme. You can find the list of available widgets and widget areas by going to the Appearance ? Widgets section in your WordPress dashboard.

    Thread Starter ThomasStinson

    (@thomasstinson)

    Jerrington1, you are correct, thank you. Now I feel silly.

    The theme has it’s own control box for the footer. So all I had to do was look on the left and..

    1. Appearance
    2. Business Box Theme Options
    3. Footer

    Thank you for your answers, hopefully this helps someone else out too.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Editing a Footer’ is closed to new replies.