Biofriction wordpress plugin
https://biofriction.org
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
assets/css | 2 years ago | |
.gitignore | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
bfr-theme-plugin.php | 2 years ago | |
index.php | 2 years ago | |
uninstall.php | 2 years ago | |
wpml-config.xml | 2 years ago |
README.md
Biofriction wp plugin
Pluggin development for the needs of the wordpress theme for Biofriction.
Several parts of the WP will be coded here such as:
- Widgets
- MetaBoxes
- etc...
some docs that have been used in the process
Pluggins
- howto write a pluggin by Wordpress.org https://codex.wordpress.org/Writing_a_Plugin
- and the best practices for writing pluggins https://developer.wordpress.org/plugins/plugin-basics/best-practices/
Widgets
- howto write widgets https://www.wpbeginner.com/wp-tutorials/how-to-create-a-custom-wordpress-widget/
Meta Boxes
- howto write a pluggin to generate MetaBoxes https://themefoundation.com/wordpress-meta-boxes-guide/