Binge Reading Archive Page

描述

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!

New in 0.50:
– Option to display a heading for each year (H1–H6)
– Option to display a heading for each month (H1–H6), along with format settings for months (MM or MMM) and years (YY or YYYY)
– A dedicated database table now stores plugin settings
– Choose to remove or retain the plugin’s settings when you uninstall

For more details, visit the official plugin page here:
https://ericrosenberg.com/binge-reading-archive-page-template-for-wordpress/

屏幕截图

  • Shortcode in the block editor.
  • Example front-end output using your theme’s default styling.

安装

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 in WordPress
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

常见问题

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 settings to the dashboard now?

Yes, there is a settings page under “Settings” “Binge Reading Archive” where you can:
– Toggle year headings on/off and choose the heading size (H1–H6)
– Toggle month headings on/off and choose the heading size (H1–H6)
– Pick how months and years are formatted (e.g., Jan 2023 or 01 23)
– Decide whether to remove the plugin’s database table when uninstalling

评价

阅读所有1条评价

贡献者及开发者

「Binge Reading Archive Page」是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

0.50

  • Added optional year headings (with selectable H1–H6 size)
  • Added optional month headings (with selectable H1–H6 size)
  • Added date formatting options for months (MM or MMM) and years (YY or YYYY)
  • Created a new database table for plugin settings
  • Option to remove or retain the plugin settings table on uninstall
  • Ensured compatibility with WordPress 6.2

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’

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