WP Manifestindependent plugin directory
manifest / utilities / simply-popup

Simply Pop-Up self-updates

Lightweight WordPress popup plugin with image, CTA, expiration, and layout options. Part of the Simply Design suite.

by Simply Design · github.com/staceyzav/simply-popup · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/staceyzav/simply-popup/archive/refs/heads/main.zip

Ships its own WordPress updater (built-in updater), so new versions show up under Dashboard → Updates.

Readme

=== Simply Pop-Up === Contributors: simplydesign Tags: popup, modal, cta, overlay Requires at least: 5.4 Tested up to: 6.7 Requires PHP: 7.0 Stable tag: 1.0.0 License: GPL-2.0-or-later License URI: https://www.gnu.org/licenses/gpl-2.0.html

Lightweight popup with image, CTA button, and optional expiration. Auto-injects on every page. Zero dependencies.

== Description ==

Simply Pop-Up adds a Pop-Ups custom post type. Create a popup, set a featured image, link URL, CTA button text, and an optional expiration date/time. The most recently published non-expired popup auto-injects on every page via wp_footer.

Fields (all optional):

  • Title image — set via the Featured Image panel
  • Title — the post title (shown as a heading inside the popup)
  • Link URL — where the CTA button points
  • CTA button text — defaults to "Learn More" if blank
  • Expiration date / time — popup stops showing after this date/time; leave blank to show indefinitely

Only one popup is active at a time. The most recently published non-expired popup wins.

== Changelog ==

= 1.0.0 =

  • Initial release

Read the full README on GitHub →