Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

Yeah I didn't put that right. I am running a pc hardware review site and now shifting to wordpress. But I was wondering if there is such plugin, but without doing in the pagination style below: http://i.stack.imgur.com/o1VyM.png

If anyone can help me with this, that'll be awesomesauce!!

share|improve this question
if you've knowledge of mod-rewrite then you've to just add a simple rule in .htaccess file and replace that number with whatever you want. – Mohit Bumb Sep 28 '11 at 4:23

closed as too localized by toscho Jul 16 '12 at 23:30

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

You can use paginated posts. Check this function wp_link_pages and the quicktag 'nextpage'. You can directly add this quicktag in your post content, with the editor in 'html' mode, right where you want to divide the content into a new page. You'll need to use the above function to change the text and the markup.

Btw, how soon do you want to implement this ?

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.