Some Plugins I’ve Worked On
Plugin API failed. The plugin slug could be incorrect or there could be an error with the WP Plugin API.
Plugin API failed. The plugin slug could be incorrect or there could be an error with the WP Plugin API.
Plugin API failed. The plugin slug could be incorrect or there could be an error with the WP Plugin API.
Plugin API failed. The plugin slug could be incorrect or there could be an error with the WP Plugin API.
Posted on September 28, 2015
Post Meta.. The most valuable resources
This is Part 5 of a five-part series on working with WordPress post-meta. If you haven’t, you’ll probably want to start with Part 1. Now that you have a decent understanding of meta data, how to save it and display it,… Read More
Category: How-to, The Basics Tags: CMB2, custom fields, post meta, Post Meta Bootcamp
Posted on September 28, 2015
Post Meta.. Let’s make something!
This is Part 4 of a five-part series on working with WordPress post-meta. If you haven’t, you’ll probably want to start with Part 1. So let’s break it down. First we’ll hook into the add_meta_boxes hook, and register our metabox for the… Read More
Category: How-to, The Basics Tags: CMB2, custom fields, post meta, Post Meta Bootcamp
Posted on September 28, 2015
Post Meta.. How do I save it? (add_post_meta)
This is Part 3 of a five-part series on working with WordPress post-meta. If you haven’t, you’ll probably want to start with Part 1. Post background color: #FF0000 Subtitle: My Post Subtitle Show Social Links?: true Extra Resource links: Multiple URLs… Read More
Category: How-to, The Basics Tags: CMB2, custom fields, post meta, Post Meta Bootcamp
Posted on September 28, 2015
Post Meta.. How do I save it?
This is Part 2 of a five-part series on working with WordPress post-meta. If you haven’t, you’ll probably want to start with Part 1. Today, we’re going to talk about how to store those bits of data to your posts, pages, or even… Read More
Category: How-to, The Basics Tags: CMB2, custom fields, post meta, Post Meta Bootcamp
Posted on September 28, 2015
What is Post Meta? An intro to WordPress Custom Fields
You may have also heard that WordPress has something called “custom fields.” The WordPress Codex says this in relation to custom fields, “This arbitrary extra information is known as meta-data.” So as you may have suspected, custom fields,… Read More
Category: How-to, The Basics Tags: CMB2, custom fields, post meta, Post Meta Bootcamp
Use CMB2 to Create a New Post Submission Form
On the WebDevStudios blog, I wrote a tutorial which provides a pretty in-depth walk-through to demonstrate using CMB2 to create a new post submission form. While the specific implementation is for new posts, the principles in the post can be applied to just about any kind of content in WordPress.
CMB2 WordPress Plugin: What is it good for? Absolutely everything!
From the WebDevStudios blog, a general overview of CMB2 and how it compares to the original library, Custom Metaboxes and Fields for WordPress.
CMB2 WordPress Plugin: What is it good for? Absolutely everything!
Posted on March 13, 2014
Helper function to check post meta for existence of search string
Today, I needed to find a way to search through the Carrington Build modules for the existence of a shortcode. Personally I needed this so that I could conditionally load some CSS in the head, but you’re reasons may… Read More
Category: Snippets, Tools Tags: Carrington Build, custom fields, post meta
Custom Metaboxes and Fields 1.0.0 Released!
From the WebDevStudios blog, talks about a big release for Custom Metaboxes and Fields.
Recent Comments