3️⃣ Save the file and visit:
👉 yourwebsite.com/portfolio/
✔ Now your custom post type will display correctly!
🎯 Bonus Tip: Use a Free Add-on Plugin
If you need more flexibility, try “Elementor Custom Skin” (free plugin). It lets you create custom layouts for CPT posts without Pro features.
🎉 Final Thoughts
✅ For Elementor Free users:
- Use the Posts Widget (basic display).
- Use Shortcodes (quick solution).
- Edit theme files for more customization.
Let me know if you need more help! 😊
4o
You said:
wordpress taxonomies ki
ChatGPT said:
✅ WordPress Taxonomies কী?
Taxonomy হল WordPress-এর একটি পদ্ধতি, যার মাধ্যমে পোস্ট, কাস্টম পোস্ট টাইপ বা অন্যান্য কন্টেন্টকে শ্রেণীবদ্ধ (categorize) করা যায়। সহজভাবে বলতে গেলে, Taxonomies ব্যবহার করে কন্টেন্টগুলোকে গ্রুপ বা ক্যাটাগরির মধ্যে সাজানো হয়।
🔹 WordPress-এর প্রধান ২ ধরনের Taxonomy
1️⃣ Default (Built-in) Taxonomies
WordPress ডিফল্টভাবে ২টি প্রধান Taxonomy দিয়ে থাকে—
- Categories 🏷️ → Parent-Child Structure সমর্থন করে (হায়ারার্কিকাল)
- Tags 🔖 → Parent-Child Structure নেই (Non-hierarchical)
📌 Example:
- Categories: “News”, “Technology”, “Sports”
- Tags: “WordPress”, “SEO”, “Plugins”
2️⃣ Custom Taxonomies
WordPress আপনাকে Custom Taxonomies তৈরি করার সুযোগ দেয়, যা Custom Post Types-এর জন্য ব্যবহার করা হয়।
📌 Example:
আপনি যদি “Portfolio” Custom Post Type তৈরি করেন, তাহলে আপনি দুটি Custom Taxonomy যোগ করতে পারেন—
1️⃣ Project Type (e.g., Web Design, Graphic Design, Branding)
2️⃣ Clients (e.g., Apple, Google, Microsoft)
👉 Custom Taxonomy তৈরি করার কোড:
phpCopyEdit