user713075
user713075

Reputation: 101

How do I create a custom post type in wordpress?

I have a website for a gym company. I have different gym locations. Within each gym location I have pages for classes and facilities.

What I want to do is create a section in the back end of wordpress for each location. So below pages tab there is a section named for each location of the gym. When you click on that location, it opens up with classes and a tab for facilities. Once classes is clicked on, I want the user to be able to add a title for the class and a description. I then want them to be able to add a video. The title and description will float left and the video will float right with a line below it separating it from the next class.

I would like facilities to work very much the same except they will add an image instead of video.

Is this possible with this plugin? If so, how would I do it?

Thanks!

Upvotes: 0

Views: 49

Answers (1)

maiorano84
maiorano84

Reputation: 11951

This should help you with what you need:

Types

As for how everything is styled, the rules would be defined in the Theme's CSS.

Upvotes: 1

Related Questions