Custom Posttype Demo
A small demo of how to create a plugin that extends WordPress with a custom posttype.
by tunapanda · github.com/tunapanda/custom-posttype-demo · website
★ 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/tunapanda/custom-posttype-demo/archive/refs/heads/master.zipDeclares an update source (https://github.com/tunapanda/custom-posttype-demo), so updates arrive through the plugin's own updater.
From the readme
custom-posttype-demo
This is a small demo of how to create a plugin that extends WordPress with a custom posttype. The documentation is in the source code, see:
https://github.com/tunapanda/custom-posttype-demo/blob/master/customposttypedemo.php