I used this code, found on a different forum page, to customize the "older/newer post" links on my page:
.nav-previous a, .nav-next a {<br />
visibility: hidden;<br />
}</p>
<p>.nav-previous a:before {<br />
content: "« Previous";<br />
visibility: visible !important;<br />
}</p>
<p>.nav-previous a:after {<br />
content: "Next »";<br />
visibility: visible !important;<br />
}
For my site it comes up as one link that serves as a 'next' link, not as two separate links – next and previous.
I am using the Chunk theme:
http://wearelocalvancouver.wordpress.com/
Click on "west side" and scroll down to see what I mean.
Is there something I can add/change to the code that will solve this problem?
Thanks!
The blog I need help with is wearelocalguides.wordpress.com.