• Resolved fireworkszone

    (@fireworkszone)


    I incorporated wp in my own design (a 3-column layout)at https://www.fireworkszone.com.

    And after I placed the tag to call on my posts:

    <?php
    /* Short and sweet */
    define(‘WP_USE_THEMES’, true);
    require(‘./wp-blog-header.php’);
    ?>

    Sidebars colors were not showing up anymore as well as my footer as you can see on my site: https://www.fireworkszone.com

    In addition, when I try to add the calendar, categories list, RSS Feeds, and other tags I get an error message saying:

    undefined function

    Can someone tell me what’s going on?

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