• Hello,

    I am using this theme and everything is fine so far.
    I tweaked it to get the result I wanted and it really came out as I desired. Now, I’m not a PHP expert and I can’t get my footer to show up.

    Here is what I have in my footer.php

    <div class=”footer”>
    <p><span><?php bloginfo(‘name’);?></span></p>
    </div>
    <div id=”design”>Powered by <?php echo naturefox_credits(); ?>.</div>
    <?php wp_footer(); ?>
    </body>
    </html>

    It really seems to me that there is something missing at the beginning of the document. I tried to copy it from the header, but no success.
    I re-downloaded the theme and the footer is the same (in case I had changed it without noticing).
    The website: https://www.nutrice.med.br

    Thank you!

Viewing 1 replies (of 1 total)
  • I see you still missing the footer on your site.
    Check if the index.php and page.php still have the <?php get_footer(); ?> at the end.

    Else you want to lay your versions next to the originals and check if functions are missing.

Viewing 1 replies (of 1 total)
  • The topic ‘No footer in Naturefox theme’ is closed to new replies.