• Hi!

    Can you help me to restore my footer.php.

    I tried Footer Text Plugin, so I tried to write into footer.php, but something went terribly wrong.
    Can you send me the original Footer.php?

    “Footer Text Plugin provides an interface in the dashboard, similar to the post edit screen, that allows to easily change the text displayed in the footer on the front-end. After installing the plugin, add the footer_text() template tag to your footer.php theme template where you want the text to display.”

    Thank you.

    My Footer.php is after changing:
    <?php
    /**
    * @package WordPress
    * @subpackage Yoko
    */
    ?>

    </div><!– end wrap –>

    do_action( ‘footer_text’, $default, $before, $after );
    </footer><!– end colophon –>

    </div><!– end page –>
    <?php wp_footer(); ?>

    </body>
    </html>

    Thank you:

    Andrea

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