Learn WordPress tutorial

admin_videos
773 Views · 8 months ago

In this tutorial, we are going to learn how to add media or third-party content to your site using Embed blocks or by pasting the relevant URL into your site.
---
View this video and others on WordPress.TV: https://wordpress.tv/2023/08/1....5/embedding-media-an

admin_videos
771 Views · 8 months ago

With all versions of PHP 7 now officially EOL (end of life) any plugins you develop, or have developed, must support PHP 8. While WordPress does run on PHP 8, many plugins still do not support it fully. In this workshop, we'll look at how to can test your plugins for PHP compatibility, in order to get them updated.Presentation Slides »
---
View this video and others on WordPress.TV: https://wordpress.tv/2023/08/1....1/testing-plugins-fo

admin_videos
800 Views · 8 months ago

This video helps photographers understand the rules for uploading, the legal ramifications, and the practical steps to get photos into the WPPhotos project. Note, this is for photographers, NOT moderators.
---
View this video and others on WordPress.TV: https://wordpress.tv/2023/08/0....9/topher-derosia-wor

admin_videos
990 Views · 8 months ago

This tutorial will cover new features that have landed with WordPress 6.3.
---
View this video and others on WordPress.TV: https://wordpress.tv/2023/08/0....8/exploring-wordpres

admin_videos
676 Views · 8 months ago

Learn how to use the spacer block and how to use the different resizing and styling tools available in the site editor.
---
View this video and others on WordPress.TV: https://wordpress.tv/2023/08/0....7/laura-adamonis-how

admin_videos
548 Views · 8 months ago

This tutorial will explore adding tables using the Table block and a plugin. We will also briefly look at creating a table with data from Google Sheets or Excel.
---
View this video and others on WordPress.TV: https://wordpress.tv/2023/08/0....2/how-to-add-tables-

admin_videos
770 Views · 8 months ago

In this video, we will define what caching is and explore six common types of caching and how to use the W3 Total Cache plugin.
---
View this video and others on WordPress.TV: https://wordpress.tv/2023/07/2....6/improving-website-

admin_videos
767 Views · 8 months ago

Node.js is a cross-platform, open-source server environment that can run on most popular operating systems. Node.js lets developers use JavaScript to write command line tools and for server-side scripting. When you install Node.js on your operating system, it comes preinstalled with npm, a command line tool that allows developers to share and use software packages as dependencies in their own projects.

While not specifically a requirement for WordPress development, if you want to develop blocks, contribute to Gutenberg, or use modern tools like wp-env or wp-now, you will need to have Node.js and npm installed on your computer.

In this tutorial, you will learn how to install Node.js and npm on macOS, Ubuntu, and Windows.
---
View this video and others on WordPress.TV: https://wordpress.tv/2023/07/2....2/installing-node-js

admin_videos
758 Views · 8 months ago

In this short video tutorial, we will explore seven ways to improve your site's security.
---
View this video and others on WordPress.TV: https://wordpress.tv/2023/07/1....1/7-tips-to-improve-

admin_videos
568 Views · 8 months ago

When developing WordPress plugins or themes, it's a good idea to have tools in place to help improve your code quality and debug your code in the case of errors. Enabling error logs, inspecting the values of variables during code execution, and looking at the database queries being run are all tools that developers can use to find and fix problems. In this tutorial, we'll dive into some of the options built into WordPress that you have at your disposal, learn about various debugging plugins and their uses, as well as look at one or two third-party tools to consider.
---
View this video and others on WordPress.TV: https://wordpress.tv/2023/07/0....7/jonathan-bossenger

admin_videos
658 Views · 8 months ago

In this video tutorial, we will look at how you can use rows and stacks to achieve various designs.
---
View this video and others on WordPress.TV: https://wordpress.tv/2023/07/0....3/designing-with-row

admin_videos
771 Views · 8 months ago

In this video tutorial, we will learn how to utilise WordPress Playground.

Visit playground.wordpress.net to get your very own, private, in-browser WordPress running. That’s it! Now you can build a theme, build an entire site, test a plugin, and more!
---
View this video and others on WordPress.TV: https://wordpress.tv/2023/06/2....6/how-to-start-using

admin_videos
657 Views · 8 months ago

In this session, we will explore eight tips and shortcuts you could use to work faster and more efficiently in the block editor.
---
View this video and others on WordPress.TV: https://wordpress.tv/2023/06/1....9/using-the-block-ed

admin_videos
770 Views · 8 months ago

---
View this video and others on WordPress.TV: https://wordpress.tv/2023/06/1....9/wpphotos-moderator

admin_videos
769 Views · 8 months ago

What if effortlessly creating performant, fluid, and idiomatic frontend interactivity on block-based WordPress sites was possible? Imagine plugins providing interactions like "heart this post" or "add to cart" without page reloads. Picture instant search, commenting, and native full-page transitions as best-in-class built-ins without complex scaffolding or external tools. Envision achieving this in any block theme by default, without sacrificing PHP server rendering and the plugin ecosystem for a JS runtime. Visualize block developers easily declaring and extending such behaviors in a way that is immediately familiar and compatible with the block ecosystem.

That’s what we aim to explore and unlock with the Interactivity API.

This session features a live product demo presented by Michal Czaplinski, one of the developers who has brought the Interactivity API to fruition. Following the demo Michal answers questions posed by the audience.

Also check the WordPress Developer Hours: Interactivity API (APAC/EMEA) session with Mario Santos and Luis Herranz: https://www.youtube.com/watch?v=6ghbrhyAcvA&list=PL1pJFUVKQ7ETApyQQlt3pLNjPx2HrQwl5&index=4

___________________________________________

View this video and others on WordPress.TV: https://wordpress.tv/2023/04/1....8/developer-hours-in
___________________________________________

Links from the talk:
- Project repo: https://github.com/WordPress/b....lock-interactivity-e
- Movies demo: https://wpmovies.dev/
- Movies demo repo: https://github.com/WordPress/wp-movies-demo
- Proposal: https://make.wordpress.org/cor....e/2023/03/30/proposa
___________________________________________

0:00:00 - Introduction
0:02:40 - Showing the Interactivity API in action with the Movies demo
0:07:16 - The code behind the Movies demo
0:09:45 - Initialising state on the server in PHP
0:11:50 - Directives
0:13:48 - Persisting state
0:19:45 - Cache logic
0:24:30 - Client-side navigation
0:28:04 - Learning more about the Interactivity API
0:29:25 - Preact vs React
0:33:40 - Blocks and the Interactivity API
0:35:24 - Directives re-visited
0:36:36 - Actions and filters
0:38:56 - Previewing interactivity in the editor
0:41:24 - React, PHP, and the Interactivity API
0:43:20 - Built-in directives and custom directives
0:48:04 - Benefits of the Interactivity API
0:52:08 - Common or multiple stores
0:53:35 - Getting started and tooling
0:55:25 - Interactivity API vs Alpine.js
0:58:20 - Plugin or core
0:58:45 - Naming conflicts
1:01:36 - Wrap-up

#webdevelopment #frontend #javascript #wordpress #gutenberg #developer #blockdevelopment

admin_videos
878 Views · 8 months ago

---
View this video and others on WordPress.TV: https://wordpress.tv/2023/06/1....5/using-headings-for

admin_videos
771 Views · 8 months ago

In this tutorial, you'll learn some advanced multisite topics, like exporting a sub-site to a single site install, or converting a multisite back to a single site install.
---
View this video and others on WordPress.TV: https://wordpress.tv/2023/06/1....5/advanced-multisite

admin_videos
767 Views · 8 months ago

Templates are groups of blocks combined to create a design for a webpage. You could also say templates can be described as a full-page layout that includes things like header, sidebar and footer areas. This Tutorial will explore using, editing and adding templates to customize your site by giving your posts and pages their own unique look and feel.
---
View this video and others on WordPress.TV: https://wordpress.tv/2023/06/0....6/using-page-templat




Showing 1 out of 2