Version: 0.3.1
Author: Jesús Yesares
LearnWPPlug is a practice plugin for beginner WordPress developers. It is designed as part of the Learn WordPress Course to help students understand how to create custom functionality in WordPress.
This plugin demonstrates:
- How to register a Custom Post Type.
- Adding metaboxes for additional data input.
- Integrating a Leaflet map with geocoding to display the city location for each student.
The goal is to provide hands-on experience with plugin development fundamentals in WordPress.
- Custom Post Type: Easily manage student entries in the WordPress admin area.
- Metaboxes: Add extra fields for detailed student information.
- Leaflet Map Integration: Display a map with geocoded locations for each student.
- Focus on Learning: Perfect for WordPress beginners.
- Download the plugin files and upload them to the
/wp-content/plugins/learnwpplug/
directory. - Activate the plugin through the 'Plugins' menu in WordPress.
- Add your students and see their locations on a map.
- WordPress 5.8 or higher
- PHP 7.4 or higher
This plugin is licensed under the GPL-2.0-or-later license.
Created by Jesús Yesares as part of the Learn WordPress Course.
This plugin is part of an educational course, but contributions are welcome! Feel free to submit pull requests or open issues to improve functionality or fix bugs.