跳至主要內容
WordPress.org

Taiwan 正體中文

  • 佈景主題目錄
  • 外掛目錄
  • 最新消息
  • 技術支援
  • 關於我們
  • 團隊
  • 取得 WordPress
取得 WordPress
WordPress.org

Plugin Directory

Unstoppable Newsletters

  • 提交外掛
  • 我的最愛
  • 登入
  • 提交外掛
  • 我的最愛
  • 登入

Unstoppable Newsletters

由 Unstoppable Solutions 開發
下載
  • 詳細資料
  • 使用者評論
  • 安裝方式
  • 開發資訊
技術支援

外掛說明

Stop editing HTML every month. Unstoppable Newsletters gives your organization a professional, beautiful newsletter display — without touching a single line of code.

Whether you’re a church, school, nonprofit, or business that publishes newsletters monthly or quarterly, this plugin eliminates the hassle of manually updating your website. Simply upload your PDF through the WordPress admin, and your page updates automatically with filterable year tabs, gradient-styled cards, and a featured newsletter section to highlight your latest issue.

Features

  • Custom Post Type — Manage newsletters directly in WordPress admin
  • Featured Newsletter — Highlight your current issue with quotes, events, and taglines
  • Monthly or Quarterly — Choose your publishing frequency (months or Q1/Q2/Q3/Q4)
  • Year Filtering — Visitors can browse by year with smooth tab navigation
  • Beautiful Design — Gradient headers, hover effects, and responsive layout
  • PDF Integration — Upload PDFs directly or link to external URLs
  • Customizable Colors — Match your organization’s branding
  • Flexible Display — Show all periods or only published newsletters (hide Coming Soon)
  • Shortcode — Display anywhere with [unstoppable_newsletters]
  • Elementor Compatible — Works with all major page builders
  • Accessibility Ready — Keyboard navigation and ARIA labels
  • Analytics Tracking — Automatic Google Analytics events for PDF downloads

Pro Features (Coming Soon)

  • Email notifications when you publish a new issue
  • Subscriber management with signup forms
  • Email service integrations (Mailchimp, Constant Contact, etc.)
  • Custom email templates
  • Priority support

Perfect For

  • Churches & Religious Organizations
  • Schools & Universities
  • Nonprofits & Associations
  • HOAs & Community Groups
  • Clubs & Membership Organizations
  • Any business with a monthly newsletter

How It Works

  1. Add newsletters via Newsletters → Add New
  2. Select the month and year
  3. Upload your PDF or paste a URL
  4. Mark the current issue as “Featured” for prominent display
  5. Place [unstoppable_newsletters] on any page

Shortcodes

  • [unstoppable_newsletters] — Display your newsletters
  • [unstne_archive] — Alternate shortcode (same functionality)

Shortcode Parameters

  • show_featured="yes/no" — Show or hide the featured newsletter section
  • show_tabs="yes/no" — Show or hide the year tabs
  • show_title="yes/no" — Show or hide the title and subtitle
  • show_card_year="yes/no" — Show year badge on each card (useful when hiding tabs)
  • years="5" — Only show the last X years
  • year="2024" — Show specific year(s): single year, range, or list

Year parameter examples:
* year="2024" — Single year
* year="2022-2024" — Range of years (inclusive)
* year="2022,2024,2026" — Specific years (comma-separated)

Example: [unstoppable_newsletters show_title="no" show_tabs="no" show_card_year="yes" year="2024"]

螢幕擷圖

Newsletter display with year tabs
Newsletter display with year tabs

安裝方式

  1. Upload the unstoppable-newsletters folder to /wp-content/plugins/
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to Newsletters → Settings to configure your organization name and colors
  4. Add newsletters via Newsletters → Add New
  5. Place the shortcode [unstoppable_newsletters] on any page

常見問題集

How do I make a newsletter “Featured”?

Edit the newsletter and check the “Make this the featured newsletter” checkbox. Only one newsletter can be featured at a time — setting a new one as featured automatically removes the previous featured status.

Can I add events to the featured section?

Yes! When editing a newsletter marked as featured, you can add multiple events with titles and date/time details that display in the featured section.

What if I don’t have a newsletter for a specific month?

The plugin automatically shows “Coming Soon” for months that don’t have a newsletter entry or have an entry without a PDF URL.

Can I customize the colors to match my branding?

Yes! Go to Newsletters → Settings to set your primary color, secondary color, and accent color.

Does this work with Elementor?

Yes! Simply use the Shortcode widget in Elementor and add [unstoppable_newsletters]. Works with all major page builders.

Where can I get support?

Visit https://unstoppablesolutions.app for documentation and support.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Unstoppable Newsletters〉的開發相關工作。

參與者
  • Unstoppable Solutions

將〈Unstoppable Newsletters〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄。

變更記錄

1.6.13

  • Fixed: Transient name in flash notices now uses correct unstne prefix

1.6.12

  • Updated “Tested up to” to WordPress 7.0

1.6.11

  • Fixed wp_unslash() to be called directly on $_POST[‘unstne_events’]

1.6.10

  • Fixed all remaining HTML class names from ‘una-‘ to ‘unstne-‘ prefix
  • Fixed PDF upload button, events repeater, and color picker functionality
  • Fixed featured section and newsletter card class names

1.6.9

  • Fixed inline style to use wp_add_inline_style() per WordPress standards
  • Added wp_kses_post() escaping to shortcode output after filter
  • Fixed admin notices class prefix from ‘una’ to ‘unstne’
  • Renamed settings page slug from ‘una-settings’ to ‘unstne-settings’
  • Renamed shortcode from ‘newsletter_archive’ to ‘unstne_archive’
  • Fixed all style/script handles to use ‘unstne-‘ prefix
  • Fixed all CSS variables to use ‘–unstne-‘ prefix

1.6.8

  • Fixed UNSTNE_OPTION_PREFIX value (was still ‘una’, now ‘unstne’)
  • Renamed main class to UNSTNE_Plugin
  • Renamed una() function to unstne()
  • Added phpcs ignore comments for validated input

1.6.7

  • Changed prefix from una_ to unstne_ (4+ characters) per WordPress.org guidelines
  • Updated contributors list
  • Full compliance with WordPress.org Plugin Directory Guidelines

1.6.6

  • Improved sanitization for WordPress.org Plugin Check compliance
  • Shortened plugin short description
  • Updated “Tested up to” to WordPress 6.9

1.6.5

  • NEW: show_card_year="yes" shortcode parameter
  • Shows year badge on each newsletter card header
  • Useful when hiding year tabs but still need to show what year newsletters are from

1.6.4

  • Fixed: Pro plugin hook timing — Pro features now load correctly
  • Moved una_loaded action to plugins_loaded for proper Pro integration

1.6.3

  • Enhanced year parameter to support:
    • Single year: year="2024"
    • Year range: year="2022-2024" (inclusive)
    • Multiple years: year="2022,2024,2026" (comma-separated)

1.6.2

  • Added show_title="yes/no" shortcode parameter to hide title and subtitle
  • Useful when using your own headings via Elementor, theme, or page builder

1.6.1

  • Added hooks for Pro plugin extensibility:
    • una_settings_after_colors – For Pro color preview
    • una_settings_after_shortcode – For Pro shortcode options
    • una_shortcode_output – Filter for Pro layout modifications

1.6.0

  • Added shortcode parameters for display control:
    • show_featured="yes/no" — Show or hide featured section
    • show_tabs="yes/no" — Show or hide year tabs
    • years="5" — Limit to last X years
    • year="2024" — Show specific year only
  • Settings page now displays shortcode options with examples
  • When tabs are hidden, all years display expanded

1.5.4

  • Fixed: Year tab hover text color now visible
  • Added hover effect for active year tab (darkens on hover)
  • Improved year tab hover state with subtle background change

1.5.3

  • Admin list column now shows “Quarter/Year” when in quarterly mode (was always “Month/Year”)
  • Column content displays quarter (Q1, Q2, etc.) instead of month when in quarterly mode

1.5.2

  • Expanded year dropdown to go back 50 years (previously only 10 years)
  • Added next year option for scheduling future newsletters

1.5.1

  • Fixed: Newsletter title auto-generation now respects quarterly mode
  • Fixed: Switching from monthly to quarterly no longer reverts title to month-based name
  • Titles now auto-generate as “Q1 2025 Newsletter” when in quarterly mode

1.5.0

  • Added optional “Web Version URL” field for linking to online newsletters
  • Support for Mailchimp, Constant Contact, or any web-based newsletter
  • Smart button display: “Read Online” + “Download PDF” when both available
  • Newsletters with only web URL show “Read Online” button
  • Newsletters with only PDF show “Read Now” + “Download PDF” buttons
  • Coming Soon status now checks for either PDF or Web URL

1.4.0

  • Added “Display Order” setting to control newsletter arrangement
  • Monthly mode: Choose between Jan → Dec or Dec → Jan
  • Quarterly mode: Choose between Q1 → Q4 or Q4 → Q1
  • Settings page now shows context-aware options based on frequency selection

1.3.1

  • Fixed featured newsletter section not displaying quarter (Q1, Q2, etc.) in quarterly mode
  • Featured section now correctly shows “Q1 2025” instead of “January 2025” when using quarterly frequency

1.3.0

  • Added quarterly frequency option (Q1, Q2, Q3, Q4) for organizations that don’t publish monthly
  • Added “Hide Coming Soon” setting to only display published newsletters
  • New Display Options section in settings
  • Quarterly newsletters display in a clean 4-column grid

1.2.0

  • Renamed plugin from “Unstoppable Newsletter Archive” to “Unstoppable Newsletters”
  • Updated primary shortcode to [unstoppable_newsletters] (alternate [unstne_archive] also available)
  • Updated all branding and text references
  • Improved settings page layout

1.1.0

  • Converted to free WordPress.org version
  • Removed license system (not needed for free plugins)
  • Added Pro version upsell sidebar on settings page
  • Added action hooks for Pro version extensibility
  • Added admin menu gold branding

1.0.0

  • Initial release
  • Custom post type for newsletters
  • Featured newsletter section with mockup
  • Year-based filtering with tabs
  • Settings page for branding customization
  • PDF upload integration via WordPress media library
  • Events repeater for featured newsletter
  • Responsive design for all devices
  • Accessibility improvements (keyboard navigation, ARIA labels)
  • Google Analytics event tracking for PDF downloads

中繼資料

  • 版本 1.6.14
  • 最後更新 2 個月前
  • 啟用安裝數 少於 10 次
  • WordPress 版本需求 5.8 或更新版本
  • 已測試相容的 WordPress 版本 7.0.1
  • PHP 版本需求 7.4 或更新版本
  • 語言
    English (US)
  • 標籤:
    document libraryemail newsletternewsletterpdf
  • 進階檢視

評分

這個項目尚無任何評論記錄。

Your review

查看全部使用者評論

參與者

  • Unstoppable Solutions

技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

檢視技術支援論壇

  • 關於我們
  • 最新消息
  • 主機代管
  • 隱私權
  • 展示網站
  • 佈景主題目錄
  • 外掛目錄
  • 區塊版面配置目錄
  • Learn
  • 技術支援
  • 開發者資源
  • WordPress.tv ↗
  • 共同參與
  • 活動
  • 贊助基金會 ↗
  • Five for the Future
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Taiwan 正體中文

  • 查看我們的 X (之前的 Twitter) 帳號
  • 造訪我們的 Bluesky 帳號
  • 造訪我們的 Mastodon 帳號
  • 造訪我們的 Threads 帳號
  • 造訪我們的 Facebook 粉絲專頁
  • Visit our Instagram account
  • Visit our LinkedIn account
  • 造訪我們的 TikTok 帳號
  • Visit our YouTube channel
  • 造訪我們的 Tumblr 帳號
程式碼,如詩
The WordPress® trademark is the intellectual property of the WordPress Foundation.