How to Work with Custom WordPress Page Templates with Custom Post Types & Custom Fields

  Рет қаралды 10,034

Web Monkey

Web Monkey

Күн бұрын

In this tutorial, you are going to learn how to create a full custom WordPress page template using custom post types and custom fields.
We shall be creating a custom post type called Movie and also a custom taxonomy titled Genre. We shall also create 3 custom fields attached to this custom post type for displaying different types of content.
We will then proceed to create a custom page template for displaying the excerpts of our movies and then finally proceed to create a another page template for displaying all the contents of each individual movie review.
Buy the WordPress theme development course - www.thewebmonk...
Use my code
Dropbox link - www.dropbox.co...
** Supplemental Videos **
Learn how to create a child theme - • How to Create WordPres...
How to create an FTP account with NotePad++ - • How to Create FTP Acco...
Follow me on Facebook - / thewebmonkeyonline
Visit my blog - thewebmonkeyon...
For business inquiries, product reviews or partnerships, please send an email to alex@thewebmonkeyonline.com
Did you find this video useful and want to say thanks by buying me a cup of tea? Please send your donation via Paypal to onialex14@gmail.com. Thanks.

Пікірлер: 46
@TheWebMonkey
@TheWebMonkey 3 жыл бұрын
What do you guys think about more advanced topics like this?
@gambomaster
@gambomaster 3 жыл бұрын
How about WordPress Plugin Development series? 🙂
@TheWebMonkey
@TheWebMonkey 3 жыл бұрын
@@gambomaster Great idea !!!
@yaqubajgori1199
@yaqubajgori1199 3 жыл бұрын
More advanced topics would be awesome...
@saifurrehman6756
@saifurrehman6756 3 жыл бұрын
before the advance topics, what about the basics of php?
@TheWebMonkey
@TheWebMonkey 3 жыл бұрын
@@saifurrehman6756 Okay. I will make a video for this.
@RicardoIvanov
@RicardoIvanov 2 жыл бұрын
I'm from Brazil and I could learn a lot with your tutorials. You are amazing! Another subscriber :)
@TheWebMonkey
@TheWebMonkey 2 жыл бұрын
Obrigado Ricardo :-)
@nitovkolivanovmeus199
@nitovkolivanovmeus199 2 жыл бұрын
I don't speak English and I don't know anything about php but I manage to understand what should be very difficult for a non-English speaker. You take your time to make yourself understood, you detail everything, I manage to reproduce it in a test and count on applying it on my blog to make it more professional and I would like you to make another video in which you show how to Add Categories and Tags anywhere in the single-movie.php page And open on a archive page all the post that associated to a specific category or tags when clicking
@alukret
@alukret 2 жыл бұрын
Dropbox link doesn't work This item was deleted
@loreauvillephil
@loreauvillephil 3 жыл бұрын
Thanks for the video .... I've always had a hard time wrapping my head around Custom Post Types and Templates. Would like to see using these with Elementor too.
@TheWebMonkey
@TheWebMonkey 3 жыл бұрын
Okay. I am working on one at the moment.
@Elsteck
@Elsteck 3 жыл бұрын
That is an awesome tutorial! So clear! Thank you!
@haidangquang867
@haidangquang867 Жыл бұрын
unbelievable, I used "the_title();". On the frond end, It just show "movie" NOT show "A Quite Place 2". Help me please Sir.
@Kryzbordallo
@Kryzbordallo 3 жыл бұрын
Hey, amazing tutorial! Congrats from Brazil
@TheWebMonkey
@TheWebMonkey 3 жыл бұрын
Thank you Cristina
@astratow
@astratow 2 жыл бұрын
Working with notepad++... Top man! Vim next?
@mustaa34
@mustaa34 Жыл бұрын
this is exactly what i need. thanks a lotttt
@HaifengZhu-pn3uq
@HaifengZhu-pn3uq Жыл бұрын
I don't want custom fields on my posts, does it mean that ACF is unnecessary for me?
@HaifengZhu-pn3uq
@HaifengZhu-pn3uq Жыл бұрын
hi, is there training program on basic php for wordpress?
@aioea
@aioea 2 жыл бұрын
Very helpful! I wonder how to add a featured post in a custom post type. :)
@dhirendrakumarrai2375
@dhirendrakumarrai2375 3 жыл бұрын
Can you make a video on this topic : How to full backup of cpanel and restore on another hosting...??
@michaelfoerster3364
@michaelfoerster3364 3 жыл бұрын
Awesome tutorial, super clear - thanks! I am wondering if there is intellisense support for wordpress methods in notepad++.....?
@TheWebMonkey
@TheWebMonkey 3 жыл бұрын
Hmmm I am not sure. I do know that Brackets does have some support for WordPress intellisense though.
@darouss1
@darouss1 3 жыл бұрын
why this page can't be edited in Elementor? BTW, excellent video
@MohammedMotazHasnawi
@MohammedMotazHasnawi Жыл бұрын
i put that code but it doesn't visible at Page Attributes as template , why? any body can help me?
@programmingwithtayyab4486
@programmingwithtayyab4486 2 жыл бұрын
Great sir and Thanks
@nakriviraacademy
@nakriviraacademy 3 жыл бұрын
Very very thanks for your knowledge..... Please can you teach to make a directory listing classified ecommerce website in WordPress without coding. The real fun will be when the site will be absolutely free of cost. If you make such a website, I hope your KZbin channel will grow more as nobody has ever made such a site free from any type of payment.
@TheWebMonkey
@TheWebMonkey 3 жыл бұрын
Maybe at some point I will take a look at this.
@razin275
@razin275 3 жыл бұрын
Thanks sir this was helpful
@saifurrehman6756
@saifurrehman6756 3 жыл бұрын
Great tutorial Alex. However, I am thrilled to know why append and prepend did not work automatically?
@TheWebMonkey
@TheWebMonkey 3 жыл бұрын
What do you mean?
@saifurrehman6756
@saifurrehman6756 3 жыл бұрын
@@TheWebMonkey! You added "$" and "Million" in the append and prepend section but then you manually write these in the HTML tag. So, my point is, why do we need to write that manually when we already specify the append and prepend?
@TheWebMonkey
@TheWebMonkey 3 жыл бұрын
@@saifurrehman6756 oh that's because the append and prepend text only shows up in the backend when adding content to the custom fields. The custom fields plugin wasn't designed to output the actual text on the front end. This is why I had to manually output them.
@saifurrehman6756
@saifurrehman6756 3 жыл бұрын
Got it. Thanks @@TheWebMonkey
@gambomaster
@gambomaster 3 жыл бұрын
Thank you sir. 👍
@mahdikaaniche9986
@mahdikaaniche9986 2 жыл бұрын
where is the src file ?
@fafamiggy
@fafamiggy 2 жыл бұрын
I use Astra and I make child theme why the CSS doesn't work
@mahdikaaniche9986
@mahdikaaniche9986 2 жыл бұрын
does this method work with astra ?
@tomhansen636
@tomhansen636 3 жыл бұрын
Thanks.
@rohitpanchal6244
@rohitpanchal6244 3 жыл бұрын
Really helpful
@TheWebMonkey
@TheWebMonkey 3 жыл бұрын
Glad to hear that
@reynaldorodriguez6818
@reynaldorodriguez6818 3 жыл бұрын
Thanks 😍😍😍😍
Gutenberg for Beginners - Build a Full Business Website
2:34:25
Web Monkey
Рет қаралды 11 М.
Dynamic Testimonial Custom Field Post Types
28:07
Web Squadron
Рет қаралды 1,8 М.
Running With Bigger And Bigger Lunchlys
00:18
MrBeast
Рет қаралды 60 МЛН
Minecraft Creeper Family is back! #minecraft #funny #memes
00:26
Bike Vs Tricycle Fast Challenge
00:43
Russo
Рет қаралды 86 МЛН
Как мы играем в игры 😂
00:20
МЯТНАЯ ФАНТА
Рет қаралды 3 МЛН
Create a directory using Elementor, ACF & CPT UI
32:02
Elementor
Рет қаралды 107 М.
Getting Started with Advanced Custom Fields (ACF)
52:25
WP Engine Builders
Рет қаралды 6 М.
How to Create Custom Post Type in Wordpress Without a Plugin Within Couple of Minutes?
14:22
WP Simple Hacks - Wordpress tips and tricks
Рет қаралды 8 М.
Creating Custom Post Types With Advanced Custom Fields
28:46
David McCan
Рет қаралды 44 М.
Please stop using px for font-size.
15:18
Coder Coder
Рет қаралды 163 М.
Mastering the WordPress Loop - Complete Tutorial
50:24
Web Monkey
Рет қаралды 8 М.
Running With Bigger And Bigger Lunchlys
00:18
MrBeast
Рет қаралды 60 МЛН