WP Manifestindependent plugin directory
manifest / unclassified / bootplate-cta-buttons

Bootplate CTA Buttons

This simple, unbranded WordPress plugin adds Call-to-Action (CTA) fields to the editor and allows theme developers to display it using simple functions.

by JDM Digital · github.com/jdmdigital/bootplate-cta-buttons · 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/jdmdigital/bootplate-cta-buttons/archive/refs/heads/master.zip

Declares an update source (https://github.com/jdmdigital/bootplate-cta-buttons/), so updates arrive through the plugin's own updater.

From the readme

Bootplate CTA Buttons This simple, unbranded WordPress plugin adds Call-to-Action (CTA) fields to the editor and allows theme developers to display it using simple functions. More information on the plugin site. Description There are many cases when theme developers may want the ability to add a call-to-action (or CTA) button to their theme that's easily editable from the WordPress backend. Originally created for a client, this reusable plugin does just that. The plugin does NOT enqueue any resources or make any significant change to the speed of the site. It simply adds this handy functionality using a custom post meta box and give theme developers a new function they can use in their themes. Installation 1. Install the plugin, and the updater - tutorial here for using GitHub Updater 2. Activate the plugin 3. Go to one of your Pages or "Add New Page" 4. Look for the new post meta box titled Call to Action (CTA) under the WYSIWYG editor 5. Enter the URL where you want the CTA to link to, starting with http:// 6. Enter the text you want the button to say, for example: “Click Here for Awesome Stuff” 7. Publish or Update the page NOTE: That just sets the post meta for us to use o

Read the full README on GitHub →