Hi everyone,
I am wondering how to filter the navigation links that take you older or newer pages of posts. The current links say: "Older posts" and "Newer posts." I simply want to change them to "Older news" and "Newer news." How might I go about doing that. Here's the code that's appearing as it is now:
<div id="nav-below" class="navigation">
<div class="nav-previous">
<span class="meta-nav">«</span> Older posts
</div>
<div class="nav-next">
Newer posts <span class="meta-nav">»</span>
</div>
</div>
Also, this may be unrelated, but I wonder if it is possible for the post pages beyond the first to contain more posts on the page. For example, I have the post count limited on the front page to 5 posts, but how would I make it so the older post pages you navigate to contain more posts, like 10?
Thanks for any and all help!