2. Creating Your First Custom Post Type
Native Custom Fields allows you to register new content types (like Portfolio, Testimonials, or Products) without writing code.
- Navigate to Native Custom Fields > Post Types in your sidebar.
- Click the Add New Post Type button.
- Basic Settings: Enter the
"Singular Label"(e.g.,Book) and the"Plural Label"(e.g.,Books). - Slug: The system will automatically generate a slug, but you can customize it (e.g.,
my-portfolio). - Advanced Options: Choose which features the post type should support, such as a Title, Editor, Featured Image, or Excerpts.
- Click Save Post Type. Your new content type will now appear in the WordPress sidebar menu.
