How to Use
Step 1: Create Your First Custom Post Type
-
Go to All Type Post → Add New in WordPress admin
-
Fill in the details:
-
Singular Name: (e.g., “Product”)
-
Plural Name: (e.g., “Products”)
-
Slug: (e.g., “product”)
-
Choose Menu Icon (or use default)
-
Enable Categories if needed
-
Select features (title, editor, thumbnail, etc.)
-
-
Click Create Post Type
Step 2: Add Content
-
Your new post type appears automatically in the admin menu
-
Click on it to add new items (e.g., “Add New Product”)
-
Add categories if enabled
-
Add featured images and content
Step 3: Display on Frontend
Using Shortcodes:
[all_type_post type="product" layout="grid" columns="3"] [all_type_post type="service" layout="slider"] [all_type_post type="portfolio" layout="grid" columns="4" posts_per_page="8"]
Shortcode Parameters:
-
type– Your post type slug (required) -
layout– “grid” or “slider” (default: grid) -
columns– 2, 3, or 4 (grid only) -
posts_per_page– Number of posts to show -
category– Filter by category slug -
orderby– date, title, menu_order, etc. -
order– ASC or DESC
Using Elementor:
-
Edit a page with Elementor
-
Search for “All Type Post” widget
-
Drag and drop onto your page
-
Configure settings in the widget panel
-
Live preview available!
Using Widget:
-
Go to Appearance → Widgets
-
Add All Type Post widget to any widget area
-
Configure and save
Use Cases
E-commerce Websites
-
Create “Products” post type with categories
-
Display products in grid or slider on homepage
-
Create “Special Offers” or “Featured Products”
Business Websites
-
“Services” post type with detailed descriptions
-
“Team Members” with profiles
-
“Testimonials” slider on homepage
-
“Portfolio” showcase
Hotel & Restaurant
-
“Rooms” or “Menu Items” post types
-
“Gallery” or “Events” with categories
-
“Testimonials” from guests
Educational Websites
-
“Courses” with categories by subject
-
“Teachers/Instructors” profiles
-
“Events” or “Announcements”




