July 30, 2024 — Unlock the potential of the Font Library to enhance your site’s typography. This lesson covers accessing and managing custom fonts and pairing font families effectively. Learn to optimize design with variable fonts for improved performance and legibility, ensuring a cohesive and user-friendly website.
July 30, 2024 — Navigating WordPress 6.6: Key updates and features for users.
July 26, 2024 — This lesson explores the possibilities of converting a classic theme into a hybrid theme or a complete block theme. With this lesson, you will: describe the various requirements of converting a classic theme, differentiate between a hybrid theme and a block theme and list the steps to take in order to convert a classic theme into a block theme.
July 26, 2024 — This lesson explores the option of adding theme.json to a classic theme. With this lesson, you will list the benefits of having theme.json added to a classic theme and describe the process of adding theme.json to a classic theme.
July 26, 2024 — This lesson explores the Customize API to add options to a theme. With this lesson, you will: describe the Customize API otherwise known as the Customizer, list examples of how the Customizer is used in a theme, and register theme options using the Customizer.
July 26, 2024 — This lesson dives into the mechanism WordPress uses to output posts on a page. With this lesson, you will: describe how the Loop is used within a theme, list some examples of what the Loop can display, and explore displaying data from Custom Post Types and Custom Fields.
July 26, 2024 — We take a close look at how classic themes are built. With this lesson, we will: differentiate between classic and block themes, list and describe the typical files included in a classic theme, and organize your theme files.
July 25, 2024 — 資料
https://paper.dropbox.com/doc/WordPress–CTkMxgg9Z6iX0thGg1JUggdOAg-4GfLEyhG23dz4BVNJbk8s
概要
WordPressのカスタマイズで必須とも言える、アクションフックとフィルターフックの基本的な仕組みや、利用方法を学びます。これらを利用することで、直接テーマやプラグインを編集すること無く、カスタマイズが行えます。これらの仕組みを一緒に学びましょう!
■ こんな方にオススメ
– コードを書いてWordPresssのカスタマイズを行っている人
– フックの活用方法を改めて学び直したい人
– wp_enqueue_scriptsをなんとなく利用している人
■ 講座内容
– フックとは?
– アクションフックとは?
– フィルターフックとは?
– 関連のタグ
– PHPでの関数利用
– アクションフックの利用
– フィルターフックの利用