Planning Your Solution with Pods

What do you mean by Solution as opposed to my Data Structure? Before you dig too deeply into what kind of structure you might need, you need to think about what Content you’re going to be managing on your Web Application and how that content is going to be used by your Users and your Clients (or yourself).

This requires thinking about your Content Strategy and your Content Model. Each informs the other and informs what kind of technologies you’re going to bring to your final solution.

Some things to think about before going too far deep into coding or building a structure:

  • Is what I’m thinking about better handled by an existing plugin? Don’t build something if you don’t need to.
  • Before I break the rules, understand how WordPress handles these items by default. This is why it’s so important to understand the WordPress Hierarchy before you start digging into trying to get your pages to layout the way you “think” they might have to. The hierarchy is there for a reason; it’s logical and it’s SEO defined.
  • Before I start building front-end forms to replace everything on the back-end, think about WHY you’d want to do that. Are you doing it because you think the back-end is confusing to a new user, or you have too many additional things in the back-end that might be confusing? Simplify the Admin. Remove any menu items that might be confusing based on the User’s role. Use a plugin to make the built-in table list for posts (which typically only contains title, date and author and taxonomy) show what is more useful for your particular post type. See if you can organize the post-edit screen to be more helpful for your end user. If they’re all used to seeing the ‘post title’ and ‘editor’ and they know what the Featured Image does, you’ve already handled 80% of what they need. Everything else is just your custom fields.

The goal of all of the questions you ask yourself is “Do I need to re-invent the wheel?”

Other Helpful Documentation on Learning About Pods

Planning Your Custom Content Types

If you’re regularly building different types of websites, you may reach a point when the default WordPress Content Types are no longer sufficient for your projects. That’s when you need to get started using Custom Content Types on your website. Pods gives you the functionality to build Content Types, but you need to put thought and …

Read more

What are Advanced Content Types?

ContentsBackgroundEnter Advanced Content TypesWhen to Use Advanced Content Types Background In order to understand Advanced Content Types, it helps to understand a little bit about how WordPress works. WordPress comprises PHP andMySQL. MySQL is the database that stores all of your website’s information, and PHP is the code allows for interaction between the web browser …

Read more

What are Custom Fields?

Custom Fields are metaboxes that are used to input metadata that is related to your post. When you add a new post in WordPress, you’ll see these draggable boxes which are used for to store information about your post. Examples are author and excerpt. Another is custom fields. If you can’t see custom fields, click …

Read more

What are Custom Post Types?

Learn about Custom Post Types in WordPress and how Pods makes them easier to work with.

What are Custom Taxonomies?

Taxonomies are used to Group and Filter content across multiple content types.

What are Extended Post Types?

Extending another Object with Pods gives you access to add fields to WordPress Objects (Users, Media, Posts & Pages) or Post Types or Taxonomies created by other plugins.

What is a Custom Settings Page?

What is Pods?

ContentsWordPress Content Types and FieldsHow Pods Helps YouHow it Works WordPress Content Types and Fields WordPress is all about creating content. It comes bundled with Posts and Pages, which you can organise using the Categories and Tags taxonomies. It’s also got post meta fields which you can use to append data to your content – …

Read more