UCF Landing Pages Custom Post Type releases
WordPress plugin that provides a custom post type for landing pages.
by UCF Web Communications · github.com/ucf/ucf-landing-pages-cpt
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/ucf/ucf-landing-pages-cpt/archive/refs/heads/master.zipProvides a custom post type for landing pages.
Description
Provides a custom post type for landing pages. Landing pages are generally used for a specific conversion goal. These are generally going to be pages user directly browse to from an advertisement or some other sort of promotional material.
Documentation
Head over to the UCF Landing Pages Custom Post Type wiki for detailed information about this plugin, installation instructions, and more.
Changelog
1.0.2
Enhancements:
- Added composer file.
1.0.1
Documentation:
- Updated contributing doc to reflect the switch from slack to teams.
1.0.0
- Initial release
Upgrade Notice
n/a
Development
Note that compiled, minified css and js files are included within the repo. Changes to these files should be tracked via git (so that users installing the plugin using traditional installation methods will have a working plugin out-of-the-box.)
Enabling debug mode in your wp-config.php file is recommended during development to help catch warnings and bugs.
Requirements
- node
- gulp-cli
Instructions
-
Clone the UCF-Landing-Pages-CPT repo into your local development environment, within your WordPress installation's
plugins/directory:git clone https://github.com/UCF/UCF-Landing-Pages-CPT.git -
cdinto the new UCF-Landing-Pages-CPT directory, and runnpm installto install required packages for development intonode_modules/within the repo -
Optional: If you'd like to enable BrowserSync for local development, or make other changes to this project's default gulp configuration, copy
gulp-config.template.json, make any desired changes, and save asgulp-config.json.To enable BrowserSync, set
synctotrueand assignsyncTargetthe base URL of a site on your local WordPress instance that will use this plugin, such ashttp://localhost/wordpress/my-site/. YoursyncTargetvalue will vary depending on your local host setup.The full list of modifiable config values can be viewed in
gulpfile.js(seeconfigvariable). -
Run
gulp defaultto process front-end assets. -
If you haven't already done so, create a new WordPress site on your development environment to test this plugin against.
-
Activate this plugin on your development WordPress site.
-
Run
gulp watchto continuously watch changes to scss and js files. If you enabled BrowserSync ingulp-config.json, it will also reload your browser when plugin files change.
Other Notes
- This plugin's README.md file is automatically generated. Please only make modifications to the README.txt file, and make sure the
gulp readmecommand has been run before committing README changes. See the contributing guidelines for more information.
Contributing
Want to submit a bug report or feature request? Check out our contributing guidelines for more information. We'd love to hear from you!
Releases
2 releases.
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.