
워드프레스 제대로 개발하기 - 어드민 편
워드프레스 개발
“플러그인도 테마도 많은데 나한테 딱 맞는 건 없네” 🧐 “간단한 기능 딱 하나가 필요한데 그게 없네” 🤔 플러그인 설치하고 기능 살피고 지우고 다시 찾고 👩💻 그 시간에 개발을 했다면 이미 필요한 기능을 만들었을 겁니다 🙈 이런 문제를 한 번이라도 겪으셨다면 이제 한 걸음 더 나갈 때입니다 🙉 워드프레스 사용법이 아니라 개발을 배워 보세요 🤝
중급이상
WordPress, PHP
“There are so many plugins and themes, but none of them are right for me.” 🧐 “I just need one simple feature, but it’s not there.” 🤔 Installing plugins, checking their features, deleting them, and searching again 👩💻 If you’ve spent that time developing, you’ve already created the features you need 🙈 If you’ve ever experienced these problems, it’s time to take a step further 🙉 Learn how to develop, not how to use WordPress 🤝
Create a website with WordPress
WordPress Site Maintenance
Escape the WordPress plugin swamp
The World of WordPress Development 💾
Try client customization!
Please check before taking the class!
📗 This series of lectures will teach you how to build an online bookstore theme from scratch. Stop trying to modify someone else's theme. We'll build it ourselves, step by step. It's easy.
📙 Learn properly. Just like the official WordPress development documentation teaches.
How to use WordPress properly
You need to know “WordPress development” .
Side
Identity and
Menu composition
Detail page and
List page
composition
Index page
Composition and
Text processing class
WordPress has powerful client-side presentation features , including site identity and menu configuration .
Once you've created a custom post type and custom category, you can retrieve the data you entered simply by entering the URL for the post or category in the address bar. You'll learn how to prepare template files and how to achieve your desired look, as well as the basics. Of course , customizing the details and list pages is also possible.
WordPress is primarily a blogging tool, but as developers, there's nothing it can't do. By following WordPress's basic structure, you can customize the index page just like any other website.
To achieve this, we'll learn about WP_Query, the most fundamental post processing class in WordPress. This isn't a superficial overview; we'll delve into the fundamentals and learn in depth.
You'll learn more than just the basics. Since we created book information using custom fields (post meta), we'll also need to be able to sort articles based on those custom fields. Since we also used custom taxonomies, we'll also need to know how to retrieve articles based on those custom taxonomies. We'll cover all of that. Finally, you'll learn how to integrate with SwiperJS to create a main slider.
Developing WordPress Properly - Admin Edition
Learn WordPress Admin Development Yourself
📙 This course, which continues the series, is a process of creating an online bookstore theme from scratch .
😉 Stop trying to fix other people's themes. We make them ourselves, one by one.
🤝 Anyone with basic PHP and front-end development knowledge can follow along.
👍 Learn properly. Just like the official WordPress development documentation teaches.
Code to allow administrators to change the logo .
If you want to use the logo as an SVG, you'll need to allow SVG uploads , right? Instead of using a plugin, you can do this with code.
Create your main navigation using WordPress' menu feature. It's a powerful feature.
Learn how to configure detail screens .
Learn the WordPress template structure and how to use it.
Learn basic debugging techniques in PHP .
Configure the list screen
Learn the basic inner workings of WordPress (WP_Query, Loop) by creating the first screen.
Let's paste the main slide on the first screen.
So, I can give you the practical knowledge you need to build a site with WordPress.
Thankfully, many people have watched my WordPress lectures and given them positive feedback.
Although this lecture is not a plugin lecture,
After taking this course, you too will be able to do this 🐱
I first created a plugin 9 years ago when I was a beginner .
You too can develop like this.
Based on the official development documentation provided by WordPress,
Take a lecture that combines practical experience .
You don't have to go through the hardships I went through.
Let's dive into the world of WordPress development together! 😀
Please check your player knowledge!
WordPress development
Learn properly
Those who want to
Save study time
Directly into practice
Anyone who wants to use WordPress
WordPress theme
By customizing
Anyone who wants to run a site
With WordPress
I need to create a website
The person who does it
WordPress site
Need to maintain
The person who does it
WordPress
Client development
Those who want to learn properly
WordPress is also great for developers.
👉 https://github.com/mytory/bookstore
All the code I worked on is available on GitHub for your reference while practicing. However, this only includes the theme portion, so you'll need to download the WordPress code separately. You can download the source code using your preferred Git tool and use it for reference.
I've tagged each lecture. The Git tag for the source code immediately after Lecture 45 ends is 45
Therefore, if you're familiar with Git, you can navigate to the tag and review the source code as it was at the end of the lecture.
If you are unfamiliar with it, you can download the source code compressed file for each tag by clicking the link below.
👉 https://github.com/mytory/bookstore/tags
Developing WordPress Properly - Admin Edition
Learn WordPress Admin Development Yourself
Who is this course right for?
People who want to learn WordPress development properly
People who want to save time learning WordPress and apply it to their work right away
Anyone who wants to run their own site by customizing a WordPress theme
People who need to create a website with WordPress
People who need to maintain a WordPress site
Need to know before starting?
Basic PHP Development
Basic javascript knowledge
Basic MySQL usage
830
Learners
38
Reviews
69
Answers
4.9
Rating
2
Courses
16년차 풀스택 웹개발자입니다. PHP를 주로 다루고, 그 중에서도 라라벨과 워드프레스로 가장 많이 일합니다. 개인 용도로 워드프레스 플러그인도 몇 개 만들었습니다.
더 자세한 소개는 블로그의 소개를 참고하세요. https://mytory.net/about
All
58 lectures ∙ (9hr 38min)
Course Materials:
All
10 reviews
5.0
10 reviews
Reviews 6
∙
Average Rating 5.0
Reviews 13
∙
Average Rating 5.0
5
예전 강의인데도 워드프레스 자체 함수이름은 바뀌지 않아서 괜찮네용~! 글 메뉴, 슬라이더 내용도 있어서 알차고 쉽게 가르쳐주셔서 따라가기 편해요 ^^ 어드민 편도 들어야겠어요~ 다 듣고나면 테마 변경하는 거는 쉬워질꺼같아요.
리뷰 감사합니다. 워드프레스처럼 널리 사용되는 툴은 하위 호환성을 유지해야 하기 때문에 새로운 함수가 등장하기는 해도 과거 함수가 사라지는 일은 드물 겁니다. 특히 제가 사용한 함수들은 워낙 기본적인 것들이라서 더욱 그렇고요 :)
Reviews 1
∙
Average Rating 5.0
Reviews 1
∙
Average Rating 5.0
Reviews 1
∙
Average Rating 5.0
$51.70
Check out other courses by the instructor!
Explore other courses in the same field!