Nevermind I was able to figure out how to keep the pagination within a certain category... But the easy thing that I cannot figure out is how do I keep the "post title" as the "next link" ??
PHP Code:
<div id="post-next" class="one-half"><?php next_post_link('← %link', 'Previous Memorial', TRUE, '3'); ?></div>
<div id="post-prev" class="one-half remove-margin"><?php previous_post_link('%link →', 'Next Memorial', TRUE, '3'); ?></div>
I'd like "Previous Memorial" & "Next Memorial" to be the actual post titles, but can't figure out how to make this happen?!? I'm sure it's something relatively simple.. But for me it is not.
Any help would be greatly appreciated..!
THANK YOU!
Bookmarks