Ivan, thank you for all the value you share. While this series is pushing 5 years old, it still holds a ton of good info. So much so it inspired me to write a plugin where you can access WP_Query from Javascript. Keep up the good work!
Yeah, well WP_Query hasn't changed much in five years, and I think it will still be valid for years to come. But more importantly, care to share that plugin 😃 ? I wanna see what it does.
Dear Sir, I greatly appreciate the time and effort you put into this video (episode 1). You are very clear and patient. I look forward to viewing all of the episodes regarding WP_Query. Thank you.
privet Ivan!! ... i live in mexico .. belorus... love your explanation... finally found something that makes sence to explain about WP theme building... gj
Your videos are absolutely amazing I was looking forward for this kind of videos no one is making this kind of content oh my god these meta queries custom queries have made my day make more videos like these explaining woocommerce and do you have a Patreon so people can donate you ?
Nice videos dude , this is the heart of Wordpress ! Thank you , can i ask how have you saved on your editor some functions like ( the loop ) and it suggest you automatically when you start typing ? This will help a lot with my workflow !
Glad you like the videos :) .. so that was probably WordPress plugin for Sublime, and maybe also custom snippet I made, can't remember exactly because it was a long time ago. But you have very good WordPress support for VS Code, Atom, PHP Storm. Just search in their respective plugin directories. Also all of the editors have some sort of snippet system (they are called Live Templates in PHP Storm for some reason). Hope this helps, I'm not using Sublime anymore, so I can't share exact plugins and snippets I had back then.
Hi, glad you like the tutorials. As for your question - every time you create a post WP assigns an ID to it. That is why the first post has an ID of 1.
please sir make a series ajaify wordpress site like page categories post and custom post type custom field and also filter and ajax page swap left to right or right to left this is if you can do whole new learner and ajax interested will be very glad of your work please please sir accept this challenge and bring something new animation with ajax in WordPress and your teaching style very very best in all very simple and in detail thanks regards babar haroon from pakistan
Sorry Babar but I don't see myself doing new WordPress tutorials any time soon. Also most of the things you stated here are on TH-cam and some of them are even on this channel. So take a look around YT and my channel to find what you need.
+Norman Dubois Maybe I will do that something like that. Maybe with something like Vue.js, it's a good idea. Thanks. Just have to finish this series first.
Atom and Sublime is what I like the most. I don't like brackets. They have a strange setup for the sidebar. People have been complaining about it for over 2 years but they don't care. But I think our great teacher is using MAC and I know MAC-people like Coda from Panic. However Sublime still is what I think most people like.
You can check that in the admin by hovering over a post, in the bottom left of Chrome there will be the ID of the post in the URL. But this was just an example I could have used any ID there.
I think, since he is only looping once, as in he is only showing one post as the featured post, postID will always be 1 which is the id of the post Hello World as he demonstrated when he hovered over the post in the admin dashboard. Any thoughts?
You would display them just like in the normal WordPress loop. For example you would display the content by just doing ... Featured image etc. Think of this like a normal WP loop that is returning data that you need, and not the default data that would be displayed on that theme file.
What if instead of the_title(); I wanted to grab a woocommerce product attribute and concat it to another attribute be like + blanket which will out put something like "warm red blanket"
Honestly, it can get very complicated. Try using this plugin - wordpress.org/plugins/wp-paginate/ and then use Google to find out how to use it with custom post types.
The $post is an object you get with WP. It should be available on every page, and it contains data about that page. codex.wordpress.org/Function_Reference/$post
Ivan, thank you for all the value you share. While this series is pushing 5 years old, it still holds a ton of good info. So much so it inspired me to write a plugin where you can access WP_Query from Javascript. Keep up the good work!
Yeah, well WP_Query hasn't changed much in five years, and I think it will still be valid for years to come. But more importantly, care to share that plugin 😃 ? I wanna see what it does.
What a great webmaster, what a great teacher, what a great Tutorial, what a Bad is my English! A Big thanks from Italy.......
Haha. Thanks :)
Dude, this playlist was so awesome. You made it so easy to understand, thank you thank you!
Great Great Great
Thank you so much. You passed the knowledge clearly, directly and simply. A simply wonderful class.
Thanks, glad you like it 😀
Thank for your turtorial Bro
You are welcome. Thanks for watching :)
Dear Sir, I greatly appreciate the time and effort you put into this video (episode 1). You are very clear and patient. I look forward to viewing all of the episodes regarding WP_Query. Thank you.
Glad you like the videos and thanks for watching :)
Really nice videos i understand wp query basic, please keep it up about new things like that,
good work
privet Ivan!! ... i live in mexico .. belorus... love your explanation... finally found something that makes sence to explain about WP theme building... gj
This is the best tut i've seen, thank you so much!
Thanks 😃 , and thank you for watching.
I love the way you explain wordpress query.
Thanks. Glad you like it ;)
That's what i've been searching for! Thanks a lot
You are welcome ;)
Very usefull and wonderfully explained thank you Ivan
Nice work again Ivan.
Love your commentary style!
+Phil B Glad you like it :)
Videos are really awesome. Best series on wordpress :) Kudos
Thanks :), glad you like the tutorials :) .
Thank you so much.
you are really fantastic...thank you
Hey. Great tutorial. What theme do you use for your code editor? Thanks
No idea, this was recorded 7 years ago 😄
Your videos are absolutely amazing I was looking forward for this kind of videos no one is making this kind of content oh my god these meta queries custom queries have made my day make more videos like these explaining woocommerce and do you have a Patreon so people can donate you ?
Glad you like the videos, although, they are very old 😀 I have a patreon page yes: www.patreon.com/watchlearn
My English is not Good, but I understand you better than others teachers in spanish. ¿Do you have a Completely course of php or wordpress?
Glad you like the video :). I don't have videos specifically about WP and PHP, no, sorry.
@@WatchandLearnTutorials You Should, I'll gladly pay for them if you create a course :D
@@edmundodelgado890 Glad to hear it :) , however, I'm not really interested in WP at the moment.
thumbs up sir
svaka cast, Ivke!
Fala 😁
perfect
great solved my problem
Thanks man. You just made another subscriber.
I second that,
great, you helped me
I'm glad I did ;)
Nice videos dude , this is the heart of Wordpress ! Thank you , can i ask how have you saved on your editor some functions like ( the loop ) and it suggest you automatically when you start typing ? This will help a lot with my workflow !
Glad you like the videos :) .. so that was probably WordPress plugin for Sublime, and maybe also custom snippet I made, can't remember exactly because it was a long time ago. But you have very good WordPress support for VS Code, Atom, PHP Storm. Just search in their respective plugin directories. Also all of the editors have some sort of snippet system (they are called Live Templates in PHP Storm for some reason). Hope this helps, I'm not using Sublime anymore, so I can't share exact plugins and snippets I had back then.
nice))
Thank you very much for your hard work!
Thank you for this very informative tutorial. How did you set up the loop autocomplete @ 3:50?
I think it's either WP plugin for sublime, or I've setup code snippet. Can't remember now.
I suppose it's a snippet. Thanks for your reply!
Nice tutorial man, what kind of theme did you use?
Hola. In love with this tutorial already. Question is... Why exactly is postID == 1? How does that happen?
Hi, glad you like the tutorials. As for your question - every time you create a post WP assigns an ID to it. That is why the first post has an ID of 1.
Thank you so much!!!!!!
nice
Thank u very much.
please sir make a series ajaify wordpress site like page categories post and custom post type custom field and also filter
and ajax page swap left to right or right to left this is if you can do whole new learner and ajax interested will be very glad of your work please please sir accept this challenge
and bring something new animation with ajax in WordPress
and your teaching style very very best in all very simple and in detail
thanks
regards
babar haroon from pakistan
Sorry Babar but I don't see myself doing new WordPress tutorials any time soon. Also most of the things you stated here are on TH-cam and some of them are even on this channel. So take a look around YT and my channel to find what you need.
Thanks for the video!
Do you Plan to make an Ajax with wordpress tutorial for page loading?
I could not find any good one for the frontend:(
+Norman Dubois Maybe I will do that something like that. Maybe with something like Vue.js, it's a good idea. Thanks. Just have to finish this series first.
+Watch and Learn cool. Thank you! :)
+Watch and Learn I think just the basics doing it with vanilla js/jquery would be nice:)
what is name of the editor that you use for writing code ? I see it is very useful
+Thu Huyen You mean Sublime Text? That's the name of the editor.
+Watch and Learn I've download it, thank you!
Try ATOM or BRACKETS of you want a free open source version with massive plugin capabilities.
Atom and Sublime is what I like the most. I don't like brackets. They have a strange setup for the sidebar. People have been complaining about it for over 2 years but they don't care. But I think our great teacher is using MAC and I know MAC-people like Coda from Panic. However Sublime still is what I think most people like.
You are awesome
Thanks :) ... I'm blushing :)
At 18:29 min how do you deduct that $dontshowthisguy = $post->Id is 1 , where is that stated ?
You can check that in the admin by hovering over a post, in the bottom left of Chrome there will be the ID of the post in the URL. But this was just an example I could have used any ID there.
I think, since he is only looping once, as in he is only showing one post as the featured post, postID will always be 1 which is the id of the post Hello World as he demonstrated when he hovered over the post in the admin dashboard. Any thoughts?
thanx
How can we do if their 2 featured post and we dont wanna show it in other loop without using offset and using dyanimc value in post not in
here you're only displaying the titles, but how can I display both the title, the featured image, and the content of the post? thanks an advance
You would display them just like in the normal WordPress loop. For example you would display the content by just doing ... Featured image etc. Think of this like a normal WP loop that is returning data that you need, and not the default data that would be displayed on that theme file.
@@WatchandLearnTutorials ok thank you
Thank you.
sir is it possible to search the date? Thanks
My css or scss does not work... Maybe you know why?
The container and color not working...
Thank you!
what php editor are you using?
It's Sublime Text. I have a video about it: th-cam.com/video/spDD09BfVrk/w-d-xo.html
Thank thank :)
What html editor was that
It's Sublime Text. You can check out my setup here: th-cam.com/video/spDD09BfVrk/w-d-xo.html
What if instead of the_title(); I wanted to grab a woocommerce product attribute and concat it to another attribute be like + blanket which will out put something like "warm red blanket"
I don't know how this works with WooCommerce. Maybe better ask at Woo commerce forums.
@@WatchandLearnTutorials no problem man, got it and will share a link to solution later.
how to show pagination in custom post type
Honestly, it can get very complicated. Try using this plugin - wordpress.org/plugins/wp-paginate/ and then use Google to find out how to use it with custom post types.
I do not see where you get "$post" in "$post-->ID" or how its object reference is determined.
The $post is an object you get with WP. It should be available on every page, and it contains data about that page. codex.wordpress.org/Function_Reference/$post
Pozdrav Ivane. Je li ovo i dalje relevantno?
Pozdrav Armine, WordPress je jako backwards compatible, tak da za čudo čak i nakon 5 godina cijela ova serija videa je totalno relevantna.
@@WatchandLearnTutorials ty
Hi, can you help me with an urgent project similar to this. I am willing to pay. Thanks
You can ask a question, I will help if I can. But urgent - no, sorry, I have a full time job.
Is this still valid in 2018?
I think it should be. WordPress is painfully backwards compatible :)
If anyone else is wondering about the Sublime Text theme viewed here: www.bypeople.com/sublime-text-3-material-design-theme/
Ай го ту скул братан
I'm not russian.