Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toolstack/smart-prev-next
Adds smart previous/next buttons to the WordPress editor, supports both Classic and Gutenberg!
https://github.com/toolstack/smart-prev-next
wordpress wordpress-plugin
Last synced: 20 days ago
JSON representation
Adds smart previous/next buttons to the WordPress editor, supports both Classic and Gutenberg!
- Host: GitHub
- URL: https://github.com/toolstack/smart-prev-next
- Owner: toolstack
- License: gpl-2.0
- Created: 2021-03-16T01:08:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-24T01:25:49.000Z (4 months ago)
- Last Synced: 2024-07-24T03:38:03.413Z (4 months ago)
- Topics: wordpress, wordpress-plugin
- Language: PHP
- Homepage: http://toolstack.com/smart-prev-next
- Size: 270 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Smart Prev Next #
**Contributors:** [gregross](https://profiles.wordpress.org/gregross/)
**Plugin URI:** http://toolstack.com/smart-prev-next
**Author URI:** http://toolstack.com
**Tags:** admin editor prev next
**Requires at least:** 3.5
**Tested up to:** 6.6.1
**Requires PHP:** 7.0
**Stable tag:** 1.3
**License:** GPLv2Smart Previous Next - Adds smart previous/next buttons to the editor, supports both Classic and Gutenberg!
## Description ##
WordPress is missing any kind of Previous/Next buttons in the editor, there are several other plugins that add them, but Smart Previous Next has advanced features that they are missing.
- Supports both the Classic and Gutenberg editors.
- Used any filter, search or sort options you have set in the pages/posts list and moves to the previous/next post based on that.
- Includes first/last buttons (which also support filter/search/sort)
- Adds a new item under the pages/posts admin menu to allow you to return to your previous filter/search/sort with one clickThis code is released under the GPL v2, see license.txt for details.
## Installation ##
1. Extract the archive file into your plugins directory in the smart-prev-next folder.
2. Activate the plugin in the Plugin options.
3. Go editing!## Frequently Asked Questions ##
### Are other sort features added by other plugins supported? ###
No, if you have another plugin that adds columns or features to the page/post list, including custom sort orders, they are not used as part of this plugin.
## Screenshots ##
### 1. Gutenberg Editor. ###
![Gutenberg Editor.](assets/screenshot-1.png)### 2. Classic Editor. ###
![Classic Editor.](assets/screenshot-2.png)## Changelog ##
### 1.3 ###
* Release date: July 23, 2024
* Add support for WP 6.1.### 1.2 ###
* Release date: July 23, 2024
* Failed deployment, see version 1.3.### 1.1 ###
* Release date: August 31, 2021.
* Fixed duplicate parameters being added.
* Fixed incomplete WP_Query results on large results list.
* Fixed default "all" post types logic check.### 1.0 ###
* Release date: March 18, 2021
* Initial release.## Upgrade Notice ##
None at this time.## Roadmap ##
* None at this time!