Installation - UCF/UCF-Pegasus-List-Shortcode GitHub Wiki

Navigation


Installation requirements

This plugin is developed and tested against WordPress 5.3+ and PHP 7.4+.

While this plugin should work against any server running the minimum requirements for WordPress installations, we cannot guarantee compatibility with, or provide support for, installations on non-LAMP stacks (e.g. Windows installations).

Required/recommended plugins

None


Installation instructions

Before getting started: make sure you've satisfied all the installation requirements, and that any required plugins or recommended plugins that you wish to use are installed and activated.

  1. Install the plugin:**

    • via standard (manual) installation

      Download the plugin .zip file here: https://github.com/UCF/UCF-Pegasus-List-Shortcode/archive/master.zip

      Unzip and upload the plugin files to your WordPress instance's wp-content/plugins/ directory.

      Alternatively, upload the .zip file using the WordPress plugins interface directly:

      • On single sites: navigate to Plugins > Add New.
      • On multisite instances: navigate to Network Admin > Plugins > Add New.
    • via WP-CLI

      $ wp plugin install https://github.com/UCF/UCF-Pegasus-List-Shortcode/archive/master.zip

      See the WP-CLI docs for more information.

  2. Activate the plugin: from your site's admin, click "Plugins" in the admin menu, find UCF Pegasus List Shortcode in the list of plugins, and click "Activate".

  3. Configure the plugin: Navigate to Settings > UCF Pegasus List, and update any default plugin settings as necessary for your site. See the plugin settings docs for detailed information on available options.

That's it! Now you're ready to start using this plugin.

** Note that this plugin is not deployed to the WordPress plugin directory, and therefore will not notify you of plugin updates. You are responsible for keeping your copy of this plugin up-to-date with bugfixes and other new releases.