Skip Navigation

[Resolved] Post types List

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 5 replies, has 1 voice.

Last updated by Minesh 1 month, 2 weeks ago.

Assisted by: Minesh.

Author
Posts
#2782558

Hello,
I wondered if there is a brief list of post types available anywhere.

I find the Toolset Video courses excellent but very comprehensive.
Perhaps there is a brief definitions of post types names and uses somewhere.
I have looked, but so many are very detailed that any definition gets rather lost, I would prefer some one liners to learn.

Many thanks

John

#2782559

As above.

#2782564

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Well - you can access all post types on post type listing page and you can access it from:
=> Toolset => Post Types

If you want to know the default WordPress post types:
- https://developer.wordpress.org/themes/basics/post-types/

#2782633

Thanks Minesh,
I wish to create a data entry document to allow people to enter details of their Boat for Sale

The first field will be a mysql auto increment unique key which will not be displayed.
The other fields will be the usual fields needed to record various boat features.

I am wondering where to start and what would be the preferred method for this.
It seems a choice between a Form or a Page or a Post.
Perhaps you can suggest the method please.
Regards

John
PS
I found this video very helpful,

hidden link

#2782634

?

#2782675

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Well - When you use WordPress you will not have to worry about the auto-increment IDs etc.. as its managed by WordPress database that holds the post types content.

I suggest you should try to learn more by following any of the courses we offer:
- https://toolset.com/course/

To build the content structure like post types, taxonomies, custom fields etc..etc.. I suggest you should try to follow the following course:
- https://toolset.com/course/custom-types-in-wordpress/

Once you done with your content structure, you can follow any of the course we offer:
- https://toolset.com/course/