I put this together while working on a project as a way to manage totally custom reviews for products. Here's an overview of the process (see here for a live demo): Creates a review custom post type Create custom meta data (custom fields) for the review CPT Create a form to accept reviews
Conditionally Remove Comments & Comment Form in Genesis
These snippets allow you to conditionally remove the comments altogether (and optionally display a message) or remove just the comment form (and optionally display a message). They are specific for use in the Genesis Framework. Conditionally Remove Comments in Genesis Conditionally Remove
My Opinion on Sridhar’s Business Decision
Sridhar Katakam is a great guy and one I've had the pleasure of following ever since I began using Genesis last year. If you have ever used Genesis, you know who he is and if you ever use it in the future, you'll find out. I wouldn't know nearly as much about Genesis as I do today without him
Selling Services vs Selling Solutions
I read a post recently that I thought did a nice job arguing the idea of selling solutions over selling services. I liked the post but I had a few points of my own to make regarding the topic. Just to point out in advance, I don't take issue with anything in John's article and these are just
Access All Visible and Hidden Post Meta for the Current Post
For the project I'm working on right now, I needed to access some post meta that's considered protected, or private. The difference between private post meta and public post meta is that private meta keys start with an underscore (i.e. _private_meta_key) and do not appear in the custom-fields meta
Nested Loops and Custom WordPress Queries
This post will cover a complex WordPress query and nested loop to output custom posts organized by a custom taxonomy. Let's run through the specifics of this particular example. In the example, we'll be organizing posts for our "Movie" post type by the years they were created, which is a custom
How to Display a Category’s Name and Description in Genesis
The Genesis Framework includes some settings for each category that will automatically output a category headline and intro when they are set. However, it's a rather repetitive step considering WordPress has a "Category Description" in addition to the category name. Also, if you're switching to
How to Add an Icon Before a Post Title in WordPress
This tutorial is to show you a method for adding a custom icon image field to Post categories and displaying that icon before post titles that belong to that category. For it, I'll be using the Advanced Custom Fields plugin and some custom code. The end result will look something
- « Previous Page
- 1
- …
- 5
- 6
- 7
- 8
- 9
- …
- 20
- Next Page »