This repository has been archived on 2021-10-26. You can view files and clone it, but cannot push or open issues or pull requests.
biofriction-web/biofriction-plugin/README.md

28 lines
755 B
Markdown
Raw Normal View History

2021-02-18 15:27:46 +01:00
# Biofriction wp plugin
Pluggin development for the needs of the wordpress theme for [Biofriction](https://gitlab.com/jorge-vitrubio/biofriction-plugin).
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/