One of the biggest areas of confusion with most people jumping in to pods is the difference between CPTs (Custom Post Types) and ACTs (Advanced Content Types). Pods lets you create and extend other content types as well, but these two are the most common and the most commonly confused. The Pods team has actually…
Yearly Archives: 2013
Pods – Pages and Templates and more Pages OH MY!
If you haven’t noticed, the Pods Framework is one of my favorite WordPress plugins of all time. I love it because, as a developer, I am able to really manipulate and store data any way I see fit. As a designer, I can easily pull data in to my theme and get to work designing…
Adding a new field to the page edit screen and displaying that in your template – using pods
This is a very simple tutorial on how to easily extend your page edit area of your admin and display the value of these new fields on your page. Super simple! Basically someone came to the support room asking how to create two WYSIWYG areas when adding a WordPress page so that they can create a two…

Position: relative, static, absolute or fixed?
So its been about 5 or 6 months since I’ve started working with CSS and lately I’ve been working with the position property often. Basically, just changing the value of relative, absolute, static, or fixed until it works like I would want it to. This post will be some of my research to see what…

My ‘ah ha’ Moment with CSS
I haven’t had any formal training or education on CSS. I’ve just been going through Code Academy courses and minor tinkering with various websites. Before I get to my ‘ah ha’ moment, let’s begin this post with some basic information about HTML and CSS that I’ve learned from Code Academy. Tags They are HTML elements…