(To help I`ve added pictures. To view a bigger size click them :))
Ever wondered how a web designer gets the numbered pages at the bottom of the page?
It took me quite a while to sort this out and I will admit it made me look like a complete fool when I realized how easy it actually is.
First, You need to head over to the plugins page.
(Keep in mind I am using Wordpress 2.8 so your page may look slightly different)
On the right side of the screen you will see a box saying search plugins.
In this box, type “WP-PageNavi”
Click the version that works with whatever wordpress you are using.
Download it. DO NOT unzip the folder. Once you`ve uploaded it click Activate.
Now go back to the Plugins page.
Find the plugin which says “WP-PageNavi”
And click edit.
Go to “wp-pagenavi/pagenavi-css.css” on the right hand side.
You can edit this to suit the colours of your CSS.
Now finally, for the pages to be numbered you need to add a code.
1. On the Dashboard (left of the page) click Appearance and then Editor.
2. Click on Comments.php
3. Find the code which says <?php if ($comments) : ?>
4. Directly above that code paste <?php $i = 0; ?>
5. Now look for this code: <?php foreach ($comments as $comment) : ?>
6. Below that code paste: <?php $i++; ?>
Any problems, I`ll happily try and help you out. Just put a comment in the box below