10 Reasons Why Custom Post Types are Essential for Your WordPress Projects

  Рет қаралды 8,670

WPTuts

WPTuts

Күн бұрын

Пікірлер: 56
@Liam-fb4tu
@Liam-fb4tu 10 ай бұрын
Love all your videos Paul, you explain things so clearly and for beginners like me I find it really easy to follow. Would love to see an up to date video on custom post types as they still confuse me being new to WordPress
@WPTuts
@WPTuts 10 ай бұрын
Take a look on the channel as there is a new up to date version already uploaded a couple of months ago. 👍
@Liam-fb4tu
@Liam-fb4tu 10 ай бұрын
Cheers Paul will check that out for sure
@caknuckler
@caknuckler 10 ай бұрын
I’m sort of new to this web development field but I just went straight for custom post types based on some of Paul’s older videos and haven’t looked back. I basically plan any work based how I can complete it with custom post types.
@theunwrittenwpexperience
@theunwrittenwpexperience 10 ай бұрын
This is the way! 😊
@Jason-mk3nn
@Jason-mk3nn 10 ай бұрын
Would you consider doing a video on CCT (Custom Content Types)? While CPTs are essential, there will get to be a point where the WordPress database is going to get really bloated, where CCTs would allow the content to be separate from the core WordPress db.
@webdev.vidyutpal
@webdev.vidyutpal 10 ай бұрын
1+
@theunwrittenwpexperience
@theunwrittenwpexperience 10 ай бұрын
I get the performance benefits with custom db tables but the downsides of cct are far greater ... I would recommend sticking to cpt since it is more aligned with the wp core. Otherwise you're limited to the compatibility of JetEngine. You probably can't use any of the dynamic data features in elementor or bricks. You can only use JetEngine elements. And that is a big disadvantage. And you can run into troubles with other plugins like seo plugins ... since most of the wp plugins rely on the existing post and post meta database structure. And it's up to JetEngine to make cct compatible with other plugins. In my experience if you don't overdo it with acf repeaer fields, groups etc... and you have a limited amount of post meta fields you won't run into performance issues anyway. And if you have hundreds or thousands of posts in your wp db, it's probably a good idea to get a developer on board. But I've never used cct so please correct me if my thinking is wrong.
@Jason-mk3nn
@Jason-mk3nn 10 ай бұрын
@@theunwrittenwpexperience CCT is not limited to JetEngine. It is just gaining more visibility now, because if you've ever looked under the hood of a WordPress database it is a giant mess, and because of all of the new functionality brought to it over the past decade, it gets worse every single year. I believe WordPress has also alluded to the functionality and benefits of CCTs. I know it is easy to say to stay within the lines, but at the same time, the right tool for the right job, and sometimes we have to come up with new tools to better adapt to changing environments. Otherwise, we would never have seen widespread use of CPTs, or other commonplace tools and techniques within the WordPress ecosystem. The reason I bring it up here, is because Paul is amazing when it comes to explaining concepts, technologies and techniques. By bringing forth new ideas, it gives rise to learning how to use them to make a difference and in turn find other new advancements. I am not saying everyone should jump on CCTs, but instead saying that there is a ripe opportunity to teach the fundamentals now, as the tools are slowly becoming available.
@WPTuts
@WPTuts 10 ай бұрын
@@Jason-mk3nn interesting idea and tbh, I wish CCT's were being actively developed further to allow for more structured organisation and data grouping. I do agree that they provide a significant boost to data structure by bypassing the normal WordPress way of storing more data than is really required in the database. To date, my only real exposure to them has been through JetEngine, which hasn't really matured beyond the initial release several years ago (unless I've missed something). If you have any suggestions on tools or specific use cases, I'm all ears. :)
@alexander-van-aken
@alexander-van-aken 10 ай бұрын
Metabox has custom database tables for the custom fields. Highly recommended to use metabox. Acf does not have that natively and it requires another plugin which not a smarter choice.
@pixelgap
@pixelgap 10 ай бұрын
Thank you Paul. Nice video.
@WPTuts
@WPTuts 10 ай бұрын
Glad you enjoyed it
@htz70
@htz70 10 ай бұрын
I often need a CPT (archive and singles) as a sub/child of a Page, like /about/team/, and /about/team/joe/. I can (usually) do that in URLs with the rewrite. But not necessarily in a Breadcrumb. What breadcrumb method/plugin can do that (in a Bricks site)?
@mmb811
@mmb811 10 ай бұрын
EXCELLENT video as USUAL 😉
@WPTuts
@WPTuts 10 ай бұрын
Thank you so much 😀
@michaelfoerster3364
@michaelfoerster3364 10 ай бұрын
I love CPT but i am always worried about the performance. Moreover I am worried when I use custom fields for woo products. How quickly is wordpress slowing down with a lot of cpt data? Should we use a seperate table e.g. with metabox? Can you please make a video where you use own table for CPT...thank you!
@theunwrittenwpexperience
@theunwrittenwpexperience 10 ай бұрын
A woo product is a cpt so how are you using cpt with a cpt?
@michaelfoerster3364
@michaelfoerster3364 10 ай бұрын
@@theunwrittenwpexperience sorry, i was refering to custom fields
@theunwrittenwpexperience
@theunwrittenwpexperience 10 ай бұрын
@@michaelfoerster3364 oh yeah ... those can get tricky with woo products ^^ especially if you add a lot of custom fields ... but in most cases custom fields are not the reason for slow wp websites, but they can have a negative contribution
@ElementoryMyDearWatson
@ElementoryMyDearWatson 10 ай бұрын
Hi Paul, whats the link to the Figma to Bricks Course? I can only see the Elementor edition on your site.
@WPTuts
@WPTuts 10 ай бұрын
Here you go. learnbricksbuilder.com/course/from-figma-to-wordpress-bricks-edition/
@ElementoryMyDearWatson
@ElementoryMyDearWatson 10 ай бұрын
@@WPTuts Thanks Paul, tagged n bagged :)
@Kal-el23
@Kal-el23 10 ай бұрын
What analytics plugin are you showing in video?
@WPTuts
@WPTuts 10 ай бұрын
I'm using Indepenedent Analytics - independentwp.com/
@blagojelukic
@blagojelukic 10 ай бұрын
Can you make Custom Fields ACF with a Free version of Elementor or is that not possible?
@WPTuts
@WPTuts 10 ай бұрын
No, you need the dynamic tags functions in Pro or use a paid plugin like Dynamic Content for Elementor.
@toby-green
@toby-green 10 ай бұрын
I have a custom post type that is not publicly queryable . Because it's not publicly queryable it doesn't get picked up by Rank Math as a post type - so there's no option to turn off indexing. This means that google picks up the loop content. I use ACF and don't see a method to turn off Indexing there. Other than code and /or yet more plugins is there a way to turn off indexing that you are aware of Paul?
@toby-green
@toby-green 10 ай бұрын
I switched the content into a repeater field in an options page - hopefully that will do the trick. But would be good to have a native option in ACF to turn off indexing for post types.
@valentecg8518
@valentecg8518 Ай бұрын
How to add structured data (Schema) to custom post types and Taxonomies ? which plugin can handle this?
@sellywiththejelly
@sellywiththejelly 10 ай бұрын
That courses template is pretty nice! Was that built in bricks? Do you have a tutorial for that?
@WPTuts
@WPTuts 10 ай бұрын
No, that's built in GeneratePress & GenerateBlocks, but should be easy enough to build in Bricks.
@visualmodo
@visualmodo 10 ай бұрын
Very good work! =D
@cosminrus6571
@cosminrus6571 9 ай бұрын
Does anybody know how to create that beautiful WordPress admin dashboard?
@WPTuts
@WPTuts 8 ай бұрын
Ultimate Dashboard Pro is what you need and HappyFiles if you want to media/content organisational options. :)
@TechnicalGauhar
@TechnicalGauhar 10 ай бұрын
Please make one video how to use different logo in elementor loop grid
@Tom-l9h
@Tom-l9h 10 ай бұрын
A lot of people are saying Jet Engine is not that good for performance. I do not know if that is the case. What would you use, JetEngine, Metabox or ACPT because they all have LTDs?
@greg54444
@greg54444 9 ай бұрын
I've been building a website for months. Completely new to wordpress months ago. I've made a lot of progress with ACF and Elementor, but I'm still so far away from what I need. I'm ready to cry uncle at this point. How do I find people to help me that have the skill set to work with elemenentor pro, ACF, nice looking grid loop layouts, filtering etc.?
@WPTuts
@WPTuts 8 ай бұрын
Join the WPTut Facebook Group and ask your questions there - 14,000 WordPress users and a great place to find answers. :)
@susanpearson-creativefibro
@susanpearson-creativefibro 10 ай бұрын
The majority of my posts are about 2000 words. Recently I’ve been thinking about adding more frequent short form content, almost like a Twitter/X feed but I want it to be native and not from X. I guess I could use a Custom Post Type to do this.
@WPTuts
@WPTuts 10 ай бұрын
Absolutely! Using a combination of CPT's and Taxonomies would allow you to easily organise and maintain your content.
@reufjaha123
@reufjaha123 10 ай бұрын
There is one big difference between ACF and Meta. Lets say I create cusom post type for logos or testimonials. I dont want single post link for these and we dont have option in ACF to disable it. I tried with Meta box and you can do it. With ACF we have to use Rank math and block indexing.
@WPTuts
@WPTuts 10 ай бұрын
I'm afraid that's not actually correct. If you don't want the associated posts to be available on the front end with ACF, you just need to uncheck the 'Publicly Queriable' option in the CPT's advanced settings and URL.
@reufjaha123
@reufjaha123 10 ай бұрын
@@WPTuts thanks, I was trying this but didn't work with ACF and I didn't explain well. If i am using query for archive and want to show posts in archive but disable click to single items it doesn't work for me.
Why These 10 Webpage Components Are Ruining Your Site
12:25
What are Custom Post Types?
7:33
WP Minute Tutorials
Рет қаралды 58 М.
Сестра обхитрила!
00:17
Victoria Portfolio
Рет қаралды 958 М.
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 15 МЛН
Building an MVP in Under 60 Minutes
30:50
Hypership
Рет қаралды 48
9 Web Design Trends 2025 to Spruce Up Your Site
16:33
Showit
Рет қаралды 73 М.
The Stagnation of WordPress & The Rise Of Competitors
15:15
6 Practical Custom Post Type Uses - Build FASTER
12:46
WPTuts
Рет қаралды 8 М.
What's going on with WordPress?
10:45
Craylor Made
Рет қаралды 30 М.
Unlocking the full potential of WordPress with Custom Post Types and Custom Fields
18:06
BuildingOnWordPress (with Josh Donnelly)
Рет қаралды 6 М.
The FUTURE of Custom Post Types in WordPress 🤯
11:15
WP Minute Tutorials
Рет қаралды 5 М.
Easy WordPress Speed Optimization - 10 Simple Tips
14:13
Сестра обхитрила!
00:17
Victoria Portfolio
Рет қаралды 958 М.