source: trunk/www.guidonia.net/wp/wp-content/plugins/wp-page-numbers/readme.txt@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 2.6 KB
Line 
1=== WP Page Numbers ===
2Tags: navigation, paging, page, numbers, archive, categories, plugin, seo
3Requires at least: 2.3
4Tested up to: 2.8
5Stable tag: 0.5
6
7A simple paging navigation plugin for users and search engines. Instead of next and previous page it shows numbers and arrows. Settings available.
8
9== Description ==
10
11= User friendly navigation =
12With page numbers instead of next and previous links users can easily navigate much quicker to the page they want. It is good for SEO (Search Engine Optimization) as well, because it creates a tighter inner link structure. Works with all well known browsers (Internet Explorer, Firefox, Opera and Safari).
13
14= Updates 0.5 =
15* Fixed bug with page numbers disappearing
16
17= Updates 0.4 =
18* Added optional start and end code link wp_page_numbers($start, $end)
19* Changed get_bloginfo(url) to get_bloginfo(wpurl)
20
21= Updates 0.3 =
22* Changed get_settings (deprecated) to get_bloginfo (bugfix)
23* Added missing echos, which should fix the URLs to the preview images in admin
24* Fixed 0 ... 1 problem by checking if the page is front page or archive
25
26= Updates 0.2 =
27* 5 page numbers themes - See <a href="http://wordpress.org/extend/plugins/wp-page-numbers/screenshots/">screenshots</a> for a preview!
28* Put some "reset"-code in the themes to make it look the same on all themes
29
30= Settings / Options =
31
32* Custom texts and arrows
33* Maximum number of pages to show at the same time
34* Custom stylesheet folder (else default is used)
35* Turn stylesheet off
36* Turn off page information (page 3 of 5)
37* Turn off next and previous page
38* Turn off the first and end page numbers
39* Turn off the numbers
40
41<a href="http://www.jenst.se/category/blogg">Live demo (at the bottom)!</a>
42
43== Installation ==
44
451. Upload the FOLDER 'wp-page-numbers' to the /wp-content/plugins/
462. Activate the plugin 'WP Page Numbers' through the 'Plugins' menu in admin
473. Go to 'Options' or 'Settings' and then 'WP Page Numbers' to change the options
48
49= Usage =
50
51Replace the the 'next_posts_link()' and 'previous_posts_link()' with the code below in your theme (archive.php, index.php or search.php).<br />
52
53<code><?php if(function_exists('wp_page_numbers')) { wp_page_numbers(); } ?></code>
54
55== Frequently Asked Questions ==
56
57= How do I report a bug? =
58
59Contact me <a href="http://www.jenst.se/2008/03/29/wp-page-numbers">here</a>. Describe the problem as good as you can, your plugin version, Wordpress version and possible conflicting plugins and so on.
60
61= How can I support this plugin? =
62
63Spread the word, report bugs and give med feedback.
64
65== Screenshots ==
66
671. This is what the page numbers looks like in default mode.
Note: See TracBrowser for help on using the repository browser.