=== WP Single Post Navigation === Contributors: daveshine Donate link: http://genesisthemes.de/en/donate/ Tags: single post, navigation, browse, next, previous, next post, previous post, style Requires at least: 3.0.0 Tested up to: 3.2.1 Stable tag: 1.1 Plugin adds next & prev nav links on single posts to have a "browse post by post nav style". == Description == This small and lightweight plugin adds next & previous navigation links on single posts to have some kind of a browse post by post nav style. Using the WordPress core function for previous and next post links these links only appear on single posts. The browsing is chronological. Some blog authors prefer to have such a style to offer their readers some feeling of "book reading..." So the plugin might add some nice effect :). Styling with CSS is possible, please see under FAQ here! In the css file a Media Query setting was added to avoid the display of these browse links on screens/ viewports with a width smaller than 1024px. You can edit this via CSS, see FAQ. [A plugin from deckerweb.de and GenesThemes](http://genesisthemes.de/en/) [See my other plugins](http://genesisthemes.de/en/wp-plugins/) or see [my WordPress.org profile page](http://profiles.wordpress.org/users/daveshine/) == Installation == 1. Upload `wp-single-post-navigation` folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Visit any single post of your site or blog to see the browse links on the left and right side ... 4. Please note: This small and lightweight plugin has no options page - just activate and you're good to go :-). == Frequently Asked Questions == = The link styles don't fit to my site and/or are invisible - what should I do? = Don't panic. It's just some css styling - look at the next questions on how you can edit this. Thank you! (The plugin comes only with one pre-defined style so it cannot fit with any site by default. Thank you for your understanding!) = Can I change the color of the links and/or the link hover behaviour? = Yes, you can! Just edit the `single-post-navigation.css` file in the plugin folder `/wp-single-post-navigation/css/`. Edit the link styles as documented in the stylesheet. (Just note that after any plugin update you have to do this again so never forget to make a BACKUP of your files to easily revert to the plugin's default!) = Can I remove or change the styling of the tiny border lines? = Yes, of course! Just the same procedure as above! Look for the documented style settings in the css file. = Can I adjust the media query for another display size (or even various sizes) because my site or content width is bigger/ smaller? = Again, that's possible! Just the same procedure as above! Look for the documented style settings in the css file. = Can I change the link string? = Yes, it's possible of course but that requires some knowledge of the WordPress functions for `previous_post_link()` and `next_post_link()`. The function is documented in the [WordPress Codex](http://codex.wordpress.org/Template_Tags/next_post_link). - Please note: Changing functions in the php file of this plugin can lead to errors on the site or complete crashing of the site! So you should only edit if you really know what you are doing! And please make BACKUPs before editing anything! (Note: I am not responsible for crashed sites by false editing!) == Upgrade Notice == If you have a cache plugin running in WordPress, it's recommended to delete/ clear the cache just after upgrading the plugin. == Screenshots == 1. Adding browse next & previous links to single posts - 1st example: included default style for light backgrounds 2. Adding browse next & previous links to single posts - 2nd example: user customized stylesheet for dark backgrounds == Changelog == = 1.1 = * Added CSS3 Media Query to load only for bigger displays/ viewports * Optimized and documented the stylesheet = 1.0 = * Initial release