View previous topic :: View next topic |
Author |
Message |
Ellen
Joined: 05 Oct 2004 Posts: 1 Location: Toronto, Ontario, Canada
|
Posted: Tue Jan 04, 2005 5:03 am Post subject: Search, Next, and Previous |
|
|
I edited the b2template to match my layout (http://ellen.feelslikerain.net/) and apparently, I really want to know the Search code, you know, the code to search through all the posts?!?!!? And does anyone know the Next and Previous post code, if there is one? I'm pretty sure there is, like er.. Here's a lil' example of what I mean..
THE POST IS HERE
Previous - Next
So er- Yeah... -_- |
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 898 Location: Oslo, Norway
|
|
Back to top |
|
 |
ranmajen
Joined: 22 Nov 2004 Posts: 13
|
Posted: Sat Feb 12, 2005 4:57 pm Post subject: |
|
|
i have found this in your mentioned page:
<?php posts_nav_link() ?>
but i don't know where to put is appropriate since if i put it in the index page, there will be the links in every post.....
i just want to have it appeared at the bottom of my index, let's say i mark 12 posts for the post paged, i want the link to be after 12th post from the latest.
post 1
post 2
post 3
post 4
post 5
post 6
post 7
post 8
post 9
post 10
post 11
post 12
<< Previous Page :: Next Page >> _________________ The Dark Heaven
The Vampire Coven
Laputa
Ryoga Hibiki |
|
Back to top |
|
 |
stevem
Joined: 15 Mar 2003 Posts: 365
|
Posted: Sun Feb 13, 2005 11:48 am Post subject: |
|
|
After
Code: | <!-- // this is just the end of the motor - don't touch that line either :) -->
<?php } ?> |
add
Code: | <br><?php posts_nav_link(); ?> | and it will appear where you want it. |
|
Back to top |
|
 |
ranmajen
Joined: 22 Nov 2004 Posts: 13
|
|
Back to top |
|
 |
|