kenyabob
February 25th, 2006, 06:40
Okay, I ran across the problem before and asked about it at the old forums, but it's not entirely solved.
On a regular page, the navigation sits at the bottom, asking whether you want to go to the previous post or the next post. On single pages, it sits on top, using post titles instead. HOWEVER, I want the navigation always on the bottom, on regular and single pages.
I was told I could take care of it by deleting the two entries in the loop.php that look something like the following /* Insert Paged Navigation */ if ( (is_archive()) or (is_search()) or (is_paged()) ) and so on and so on. While that does succeed in getting rid of all navigation on single pages, it doesn't do what I want it to do, which is move the navigation to the bottom.
Any ideas how I can move the navigation on single pages to the bottom?
On a regular page, the navigation sits at the bottom, asking whether you want to go to the previous post or the next post. On single pages, it sits on top, using post titles instead. HOWEVER, I want the navigation always on the bottom, on regular and single pages.
I was told I could take care of it by deleting the two entries in the loop.php that look something like the following /* Insert Paged Navigation */ if ( (is_archive()) or (is_search()) or (is_paged()) ) and so on and so on. While that does succeed in getting rid of all navigation on single pages, it doesn't do what I want it to do, which is move the navigation to the bottom.
Any ideas how I can move the navigation on single pages to the bottom?