Introduction to basic principles of a grid system.
Blog
-
Grilled salt & vinegar potatoes
Grilled salt & vinegar potatoes
I love salt and vinegar potato chips; these are a more upscale version.
-
Free comics at Marvel Digital Comics Unlimited
Free comics at Marvel Digital Comics Unlimited
Read Iron Man, Spider-Man, Hulk and more free Marvel comics online.
-
Shortcut Functions For Registering Taxonomies And Post Types In WordPress
After I had created several custom taxonomies and post types, adding more by directly calling the `register_taxonomy`[^1] and `register_post_type`[^2] functions seemed like a huge waste of space. The following functions create a shortcut for registering taxonomies and custom post types in WordPress; just choose whether you’d like the taxonomy to resemble Post Tags or Categories when calling the function `ucc_register_taxonomy`, and specify an array of taxonomies for `ucc_register_post_type`.
-
Create your first WordPress custom post type
Create your first WordPress custom post type
Includes adding custom data fields to custom post types.