All posts tagged footer
Wordpress and Webdesign Forum go41 » Tags » footer
| Topic — Add New » | Posts | Last Poster | Freshness |
|---|---|---|---|
My footer is in sidebar positionHi Joern, Here's another mystery. When I click on "more" to read the continuation of my featured article, that page shows my footer in my sidebar. Can you direct me on how to fix this? Thanks much, Kinyofu www.empoweringwomenslives.com ... Thanx |
3 | kinyofu | 11 months |
Creating a footerHello there, Is it possible to create a footer that functions in much the same way as the top nav bar, but just place it above the footer section of the page? I need more nav bar space! Cheers, ... you could duplicate the pages list in footer.php by copy all ul /ul stuff from header.php to footer.php Put it below the line div id="front-popular" above div id="recentpost" like this: <div id="front-popular" class="clearfloat"> <ul id="page-bar" class="left clearfloat"> <li><a href="<?php echo ... |
2 | Joern | 1 year |
Sidebar has moved to footerI figured it out! It was this section: <div class="navigation"> <div class="right"><?php next_post_link('%link »', '%title', TRUE) ?></div> <div class="left"><?php previous_post_link('« %link', '%title', TRUE) ?></div> </div> </div> of the post php that was somehow throwing things off. Sorry ... |
2 | Blogchick | 1 year |
Add New Topic
You must log in to post.