0
votes
0answers
25 views

previous_post_link() : Within all categories except one

According to this tutorial if I want to display link to previous post in the same category, I can use the following code: <?php previous_post_link('%link', 'Previous in category', TRUE, '13'); ...
0
votes
1answer
90 views

navigation among single posts

In the twentyeleven theme each single post page has two navigation links which point to previous and next post, irrespective of the search made by the user. That is, the next post is the successive ...
2
votes
1answer
456 views

How can I make the “Preview Post” button save and preview in the same window?

When you choose "Preview", which is actually a link, <a class="preview button" href="?p=52&amp;preview=true" id="post-preview" tabindex="4">Preview</a> the post is saved and the ...