• Resolved brk

    (@brk)


    I want to insert some code sitewide, such as stats, but I can’t see a footer that I can edit.

    What can I do?

Viewing 2 replies - 1 through 2 (of 2 total)
  • If there’s not a footer.php file in the theme, simply create one, and add the content that you want.

    Then in your templates such as index.php, single.php, page.php. etc, add the line of code <?php get_footer(); ?> just before the closing div for #page, or #wrapper, depending on the theme.

    You can always reference the default theme for the structure, the current theme you are using is quite similar to the default.

    Thread Starter brk

    (@brk)

    Thank you!

    Helpful as usual!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Alpine theme and sitewide code’ is closed to new replies.