• I searched around the forum and tried some stuff- no luck though. So here goes:

    I’m trying to get a footer to run along the bottom of my page, but not having much luck as this is all new to me. I don’t want it to go all the way across the page, just right beneath the content. I stuck some text in footer.php just to show you where it keeps showing up. https://www.pornsub.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • Wrap that text in <div id="header"></div>. Then, put the call <?php get_header(); ?> at the bottom of the container that wraps all the other elements. Then write some css to style it.

    Wrap that text in <div id="header"></div>. Then, put the call <?php get_header(); ?> at the bottom of the container that wraps all the other elements. Then write some css to style it.

    Thread Starter zeboink

    (@zeboink)

    eh, even that is a little beyond my skills. I tried putting what you said in the footer.php and playing around with it for awhile without any success. I’m going to hit the books and see if I can figure this out. thanks anyway ??

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