101,427 views
To help you understand how to use WordPress, I made a video of the process of creating a demo site from scratch. In this video, I will explain in detail how to create an original theme by yourself and how to clear each functional requirement. The slightly difficult parts are explained with easy-to-understand videos that explain the key points! Although it is a fairly long video, this video should deepen your understanding of WordPress from the overall concept to its specific operation. It is suitable for a wide range of users from beginners to intermediate users. (`・ω・´)ゞ------- ※Partial correction ------- It is recommended to use other functions for the parameters "url" and "template_url" of the tag "bloginfo" used in this video. bloginfo('url') → home_url() bloginfo('template_url') → get_template_directory_uri() ※For parent theme※ There is no problem with operation, but please use the recommended function. ※ As an alternative to bloginfo('template_url') for WP4.7 and later, get_theme_file_uri() is also recommended as it is easy to use. Also, in the PHP if branch code that appears at around 1 hour 8 minutes 15 seconds, a semicolon is not required in the closing tag. -------- 1:23 Explanation of the requirements for the demo site to be created4:19 Initial WordPress settings and theme creation (basics) 8:51 Theme creation and template files10:20 Akki's Point Explanation / What is a template file? 12:53 Static page creation and post creation (basics) 14:08 Creating include tags such as header.php16:00 Explanation of the concept of custom post types16:41 Creating the home page (creating a list of blogs and latest information) 16:41 Creating the home page (creating a list of blogs and latest information) 22:47 Akki's Point Explanation / Let's understand the main query! 37:07 Akki's Point Explanation / Let's understand hooks! 44:21 Creating a static page using template hierarchy48:24 Standardizing arbitrary files51:42 Akki's explanation of key points / Final template file of the demo site52:40 Creating a CMS using custom fields1:01:29 Creating a contact form1:04:55 Conditional branching and conditional branching tags1:09:48 Finishing touches1:10:53 In conclusion= ... Video learning service "Unazuki" We operate a video learning service where you can learn about web production. https://unazuki.online/ ・WordPress Complete Course https://unazuki.online/wordpress ・JavaScript Course https://unazuki.online/javascript ・HTML & CSS Course https://unazuki.online/html_css === SNS ■ Twitter: /life_toshindai === CareerWeb designer/engineer ~ 2013 Planning position at an automobile manufacturer 2014 ~ Freelance web designer 2016 ~ Incorporated -------------------- Brief self-introduction I work in Tokyo as a web designer. Based on my hard-earned experiences, I am posting on YouTube the knowledge, techniques, and mindset I wish I had in the past through slides and demo explanations 💪 🏋️♂️Activities I post useful information such as WordPress and web design courses. I have published a wide range of videos, from those for beginners to those for the most practical use. I have also created a playlist, so please take a look if you like. ✈️Originally from Fukuoka Prefecture--------------------------- I hope I can be of some help to those who work as web designers in terms of their intellectual curiosity and technical ambition (`・ω・´)ゞFor more information, please see the channel overview. #Homepage #How to make #Akiyuki