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
Posted on January 6, 2015
Post Meta Bootcamp
Last year I wrote an “Intro to Post Meta” series of posts for wpsnipp.com. I highly recommend you check them out if you’re looking to learn how to use WordPress post meta. What is Post Meta? An intro… Read More
Category: Articles Elsewhere, How-to, Resources, The Basics Tags: beginner, post meta, Post Meta Bootcamp, tutorial
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
Posted on February 11, 2013
New Custom Metaboxes and Fields (CMB) Field Type, oEmbeds
After adding an issue on the github page with a request for this field type, Jared Atchison offered to give me commit access to the repo. I spent a few hours yesterday adding this field type and I’m pretty… Read More
Category: Plugins and Scripts Tags: admin, CMB, Custom Metaboxes and Fields for WordPress, post meta, WordPress
Recent Comments