beaucharman / wordpress-custom-post-types

A PHP class to help register and maintain WordPress custom post types. It also comes with some rad built in properties and methods that can be used in templates to maintain clean code modular development.
https://github.com/beaucharman/wordpress-custom-post-types
26 stars 12 forks source link

Easy to follow coder tutorials? #2

Open paaljoachim opened 10 years ago

paaljoachim commented 10 years ago

Hey

I came across your repo through Devin Walkers repo. https://github.com/DevinWalker/custom-functionality-plugin-example

He made some easy to follow tutorials here: https://github.com/DevinWalker/custom-functionality-plugin-example

As I am more of a designer and his beginner tutorials was really easy for me to follow. In his Github repo he mentions a few ... "submodules of popular GitHub repos that allow you to do a variety of awesome things:" Your repo is one of them. I am wondering if you could also add some easy to follow tutorials? As I really would like to extend my beginner coder skills in something that seems really useful. I am also thinking of doing my own writeup of my experience with Devins plugins example and include other examples as well. Have a great day!

beaucharman commented 10 years ago

Thank you so much for the interest! I am been working on a new WordPress blank theme / framework + new custom post types and taxonomies classes for that, so I have neglected these other repos. I will link you to them when they are up!

Beau

paaljoachim commented 10 years ago

Beau. Some real world examples showing some good usages examples will be very helpful. Be it this repo or any other that might also be useful to share. Personally I am looking forward to Devins part 2 tutorial, as he really showed how to .... in a very good way. I posted an issue case over at his repo of things I would like to see in a custom function plugin. It seems like an awesome way to take features from various other plugins and then adding them into the custom function plugin. A real good way to learn practical coding through usage examples and screenshots. Thanks for your reply!

digitaldesigndj commented 8 years ago

I think the WP docs are the best support for this class. That's where all the options are documented, and that's the info I need when I am working with this class.

https://codex.wordpress.org/Function_Reference/register_post_type https://codex.wordpress.org/Function_Reference/register_taxonomy

I'd be happy to share any open source examples I can find for you, problem is that this class lends itself so well to custom one off work...