=== Binge Reading Archive Page === Contributors: Eric1985 Tags: archive, posts listing, binge reading, all themes Donate link: http://narrowbridgemedia.com/ Requires at least: 5.0 Tested up to: 6.2 Stable tag: 0.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html A plugin to create an "all posts since this site started by month" listing. Works on all themes with a shortcode. == Description == This plugin displays all posts by month in a chronological format for easy binge reading. You can simply add the shortcode `[binge_archive]` anywhere on your site to create a month-by-month archive of every post. It's a great way for new readers to dive into your entire blog history! == Installation == From the WordPress Plugin Repository: 1. Search for "Binge Reading Archive Page" 2. Click "Install," then "Activate" Manually Using The WordPress Dashboard: 1. Download `all-posts-archive-page.zip` to your computer 2. Navigate to the 'Add New' Plugin screen 3. Choose the upload option, and select `all-posts-archive-page.zip` 4. Activate the plugin on the WordPress "Plugins" screen Using FTP: 1. Download `all-posts-archive-page.zip` to your computer 2. Extract `all-posts-archive-page.zip` to your computer 3. Upload the `all-posts-archive-page` directory to your `wp-content/plugins` directory 4. Activate the plugin on the WordPress "Plugins" screen == Frequently Asked Questions == = How do I display the archive? = Just insert `[binge_archive]` into any page or post using the block editor or classic editor. That’s it! The plugin automatically creates a listing of all posts by month. = Does the plugin add any options in the dashboard? = Yes, there is a small settings page under "Settings" → "Binge Reading Archive" with basic information. However, no complicated configurations are required. == Screenshots == 1. Shortcode in the block editor. 2. Example front-end output using your theme's default styling. == Changelog == = 0.4 = * Rebuilt to use a shortcode instead of a theme-specific page template * Removed Genesis framework requirements * Verified compatibility with WordPress 6.2 * Ensures headings, lists, and text follow your active theme’s styling = 0.3 = * 10/23/2016 * Remove extra blank lines from code * Add WordPress administration menu * Remove unneeded breaks “\” from readme.txt * Remove unused development file ‘binge-reading-category.html’ from stable plugin version files. = 0.2 = * 10/21/2016 * Add Genesis theme check and warning message * Added new name for “PageTemplater” function to avoid conflicts = 0.1 = * 10/17/2016 * Initial version == Upgrade Notice == = 0.4 = If you previously used the Genesis-based page template, note that the plugin now uses the shortcode `[binge_archive]`. Replace references to the old page template with the new shortcode on any page or post.