Thank you, I’ll try looking into these options.
Never mind, I just figured this out. Everything is working now!
Thanks for your help. 🙂
Senthil
Thanks for your quick response. I am trying to use that plug-in. Under installation, they don’t verify what file needs to be edited in the code below. That needs to be done for the plug-in to work. This is the sample code they provided in twentyten theme…
<div class="nav-previous"><?php next_posts_link( __( '<span class="meta-nav">←</span> Older posts', 'twentyten' ) ); ?></div>
<div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">→</span>', 'twentyten' ) ); ?></div>
Any idea what file so I can modify?
Senthil