wordpress-custom-post-types icon indicating copy to clipboard operation
wordpress-custom-post-types copied to clipboard

Easy to follow coder tutorials?

Open paaljoachim opened this issue 11 years ago • 3 comments

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!

paaljoachim avatar Mar 08 '14 17:03 paaljoachim

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

beaucharman avatar Mar 08 '14 23:03 beaucharman

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!

paaljoachim avatar Mar 10 '14 00:03 paaljoachim

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...

digitaldesigndj avatar Mar 07 '16 16:03 digitaldesigndj