my first plugin
Learning WordPress environment by developing a plugin using PHP backend with a JS frontend, along with AJAX concepts and database management with the $wpdb class.
by Zbigniew Wicher · github.com/zbyszekwicher/wordpress-plugin-todo-list
★ 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/zbyszekwicher/wordpress-plugin-todo-list/archive/refs/heads/main.zipWordPress To-Do List Plugin
A lightweight and efficient plugin to manage your to-do list directly within your WordPress site.
Installation
- Upload the plugin files to the
/wp-content/plugins/directory. - Activate the plugin through the Plugins menu in WordPress.
- Note: Upon activation, the plugin automatically creates the necessary database table to store your tasks.
Usage
To display the to-do list, simply insert the following shortcode into a page:
[todo-list]