2.4k questions

2.4k answers

99.5k users

Categories

0 votes
53 views

What is CPT in WordPress?
in WordPress by (46.5k points)

1 Answer

0 votes

CPT stands for Custom Post Type. WordPress uses posts as a way of storing various pieces of content. This content can then be used in lots of different ways. Even though they are referred to as posts, they can be used for anything that requires content to be stored, changed and removed.

here is a plugin

Custom Post Type UI
Admin UI for creating custom post types and custom taxonomies for WordPress

there are sites with code generators, try to find

by (46.5k points)
...