Interview with Troy Dean on WP Elevation
Thanks to Lisa for suggesting he have me on, and thanks to Troy for taking her up on it! Check it out.
The random technical musings of Justin Sternberg
Recent technical notes
Technical notes, WordPress code, and durable snippets from Justin Sternberg.
Thanks to Lisa for suggesting he have me on, and thanks to Troy for taking her up on it! Check it out.
This talk will cover using custom metaboxes, fields, and forms to provide structure to your data, as well as keeping WordPress very easy to use for clients. By leveraging CMB2, a major…
Code Snippets CPT is a WordPress plugin for managing and displaying code snippets. It adds a custom post type for managing your code snippets with taxonomies for classifying the snippets. But what’s a snippet…
There is no excerpt because this is a protected post.
Just a quick snippet. In case you need to make a custom post type screen be one column, you need to add/modify two filters. This example uses CPT_Core:
There is no excerpt because this is a protected post.
This is written for PHP and/or WordPress, but the principle applies to any server-side language. First we’ll we’ll create a php function for determining our environment: This function will return 1 for…
After maintaining CMB for some time, I’ve had to learn some of the principles in the following articles the hard way, and am planning on integrating those that I haven’t yet. “Merge pull request” Considered Harmful…
Alfred workflows is a new min-hobby for me, and as I create them to make my life easier, I’ll do my best to share them here. Alfred Gets Giffy (wit it): Alfred workflow…