I have two different looks here and I would like to know how to do both. I know that the following code displays << Next and Previous >>. But I wanna display what Is in the images below.
<?php next_posts_link('« Older Entries') ?>
<?php previous_posts_link('Newer Entries »') ?>
Here is how I WANT my next/previous posts links to be displayed.
(a) http://i55.tinypic.com/29zabo3.jpg
(b) http://i54.tinypic.com/fyoi8k.jpg
I really wanna know to display my next/previous posts links like this.
Thank you!