Download the PHP package wolfiesites/yaml-to-wordpress without Composer
On this page you can find all versions of the php package wolfiesites/yaml-to-wordpress. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download wolfiesites/yaml-to-wordpress
More information about wolfiesites/yaml-to-wordpress
Files in wolfiesites/yaml-to-wordpress
Package yaml-to-wordpress
Short Description Manage wordpress with yaml
License MIT
Homepage https://wolfiesites.com
Informations about the package yaml-to-wordpress
yaml to wordpress
Manage your whole wordpress using single or multiple yaml files. You can:
- make settings pages
- register custom post types
- register custom taxonomies
- add metaboxes for: post_meta, user_meta, term_meta, comment_meta
tip: you can reinstall and use it in all ur seperate wordpress plugins and themes.
requirement
- php >= 7.4
how to install?
via composer package
-
Go to your active theme directory or custom plugin and run:
-
Add this to ur main
plugin-file.php
orfunctions.php
-
Create
config.yaml
-
This is a good starter point (paste with command to
config.yaml
: (optional)- or manually here: Example: config.yaml
All examples can be found here:
- Adjust and enjoy! :)
want to load another config.yaml file?
instead of first configuration u can paste below:
You can add as many config.yaml files as u like!
documentation:
https://github.com/wolfiesites/yaml-to-wordpress/tree/main/examples
special thanks to:
wihtout those three amazing packages it wouldn't be possible.
support me:
This plugin has to be GPL cause of wordpress restrictions but PLEASE consider it as MIT.
If u build on top of it, IT is greatly advisable to mention authors of all the packages.
you may buy me a coffe soon here: https://wolfiesites.com
future features:
- registering sidebars
- registering templates (and for certain post types)
- registering gutenberg blocks and easier their development