Hey Steve Atty:
Thank you for replying to me! (Sorry for reposting the top, but it might be more clear if I do.) This is the instructions:
"Instructions - Code to add to your theme
Add the code where you find previous_post() and next_post() functions. If you can't find these tags, place the code between endwhile; and endif; in the_loop.
Code to add in your theme
<?php if(function_exists('wp_page_numbers')) : wp_page_numbers(); endif; ?>
Advanced (optional) settings
Syntax: wp_page_numbers($start, $end); Example: wp_page_numbers("<div class='start'>", "</div>");
Instructions - Settings
Most of the settings are already set to a default value if blank.
Text options
You can set all the texts to what ever you like, except the numbers. They will still be numbers.
Number of pages to show
This will limit your paging menu. Set a of maximum amount of pages to be displayed at the same time. If the textfield is blank, 10 is set by default. If 0 is set, it will not limit the paging.
Theme folder name
Copy one of the theme folders
Edit the 'wp-page-numbers.css' to make your changes
Rename your folder copy to a theme name
Upload your folder into 'wp-content/plugins/wp-page-numbers/'
Set your 'Theme folder name' in admin 'Settings / WP Page Numbers'
'Update settings'. Done! "
1. I cannot find the wp-page numbers within the theme that I am using.
2. I found a folder that contains "wp-page-number" It lists "classic, default, panther, stylish, tiny," I have found "wp-page-numbers.css" but none of them have "previous_post() and next_post() functions" nor "<?php if(function_exists('wp_page_numbers')) : wp_page_numbers(); endif; ?>"
~Rich