Вышел плагин AMP для WordPress 0.7 RC 1. Появилась нативная поддержка виджетов, встраиваний и комментариев. Это прям очень крутая новость и можно удалять все другие плагины за ненадобностью. https://wptavern.com/amp-for-wordpress-0-7-rc-1-released #amp
WordPress Tavern
AMP for WordPress 0.7 RC 1 Released
XWP, Automattic, and Google’s AMP team, has released 0.7 Release Candidate 1 of the AMP for WordPress plugin. Hinted at during AMP Conf 2018 earlier this year, 0.7 is a major release that co…
Код ревью. Часть 1: Стратегия "RETURN EARLY" - https://torquemag.io/2018/04/code-review-part-1-fixing-design-flaw-return-early-strategy/
Torque
Code Review Part 1: Fixing Design Flaw with the "Return Early" Strategy
While reading Josh Pollock’s first article in his Advanced OOP for WordPress series, I noticed opportunities to improve his code’s quality and performance. So I reached out to him. As a fellow educator, he suggested that I do a code review and then publish…
Код ревью. Часть 2: Читабельность - https://torquemag.io/2018/04/code-review-part-2-improving-readability-and-performance-of-the-filterwpquery-class/
Torque
Code Review Part 2: Improving Readability and Performance of the FilterWPQuery Class
In the last article, I walked you through the problem of letting “no go” conditions flow through your code. I showed you how to refactor the code to solve the problem and make the code more readable. In this article, you and I will continue doing a code…
Как создать WordPress плагин: от идеи до релиза - https://deliciousbrains.com/building-wordpress-plugins/
Delicious Brains
How We Create WordPress Plugins: From Idea to Release
If you’ve been reading our blog for a while, you’ve probably seen some of our tutorials on developing plugins using different technologies like React and Vue. But when not writing… Read more
Прокачиваем стандартный поиск WordPress - https://torquemag.io/2018/04/improving-native-wordpress-search/ #search
Torque
Improving Native WordPress Search
If you have ever worked on a WordPress site with a massive amount of posts and pages, you might have noticed something about the WordPress search: it doesn’t perform well. In this article, we dive into why the default WordPress search doesn’t scale and some…
Как добавить структурированные данные в статью - https://yoast.com/howto-structured-data/ #yoast
Yoast
How to add HowTo Schema using Yoast SEO blocks
Did you know there are rich results for how-to articles? Get them by building a how-to article using the Yoast SEO HowTo structured data content block.
Как в WooCommerce получить все заказы одного покупателя - https://www.skyverge.com/blog/get-all-woocommerce-orders-for-a-customer/ #woocommerce
SkyVerge
Get All WooCommerce Orders for a Customer
There are several reasons you might want to get all WooCommerce orders for a customer in your shop. For example, you may want to find out if they’ve ever purchased a product, or do something …
Язык Гутенберга - https://lamda.blog/2018/04/22/the-language-of-gutenberg/ #gutengerg
λ ∧ ¬λ
The Language of Gutenberg
The following was co-presented at WordCamp Zaragoza with Matías Ventura and rehashed for an informal presentation with Jorge Costa on the state of Gutenberg with the local Oporto WordPress communit…
В новом Divi обновили интерфейс в лучшую сторону, надо брать - https://www.elegantthemes.com/blog/theme-releases/divi-feature-update-introducing-brand-new-visual-builder-enhancements #divi
Elegant Themes
Divi Feature Update! Introducing The New Visual Builder Interface Enhancements
Introducing The Latest Visual BuilderInterface Enhancements
Divi 3.2 brings various enhancements to the Visual Builder interface that will speed up your design workflow.
Today, Divi’s...
Divi 3.2 brings various enhancements to the Visual Builder interface that will speed up your design workflow.
Today, Divi’s...
Руководство для WordPress-разработчика по MySQL - https://tommcfarlin.com/mysql-data-reconstruction/ #mysql
Tom McFarlin
The WordPress Developer’s Guide to MySQL Data Reconstruction | Tom McFarlin
Everything you wanted to know about how a basic MySQL database is organized at the file system level and how to go about MySQL data reconstruction.
Является ли плагин надёжным: руководство по тестированию WordPress-плагинов - https://torquemag.io/2018/04/is-that-plugin-reliable-how-to-test-wordpress-plugins/ #security
Torque
Is That Plugin Reliable? How to Test WordPress Plugins
There are over 50,000 plugins in the official directory, with new ones added daily. Having so many alternatives is a great thing indeed, but the dilemma is which one to choose when you find several solutions serving the same purpose. How do you know what’s…
Официальное руководство разработчиков по миграции на Гутенберг - https://make.wordpress.org/core/2018/04/26/your-help-wanted-gutenberg-migration-guide/ #gutenberg
Make WordPress Core
Your help wanted: Gutenberg Migration Guide
Happy Thursday :) I’ve started a new crowdsourcing project, the Gutenberg Migration Guide, to document WordPress Classic Editor customization points and their Gutenberg equivalents (if such e…
Завершена реализация регистрации метаданных при помощи REST API - https://make.wordpress.org/core/2018/04/26/completing-the-implementation-of-metadata-registration-with-the-rest-api/ #api
Make WordPress Core
Completing the implementation of metadata registration with the REST API
A priority of the REST API team for the upcoming 5.0 release is to finally enhance WordPress metadata registration so that it can cover common API use-cases. This will help with adaptation of the R…
Будьте внимательны! Приложение WordPress для iOS и Гутенберг НЕ ладят - https://wptavern.com/wordpress-for-ios-and-gutenberg-dont-get-along #gutenberg
WordPress Tavern
WordPress for iOS and Gutenberg Don’t Get Along
When it comes to editing and crafting content on the go, the WordPress Mobile apps are a good choice. The question is, how does the editor in the iOS app interact with content written in Gutenberg?…
Подготавливаем ваш WordPress-контент к дополненной реальности (XR) - https://torquemag.io/2018/04/preparing-your-content-for-the-extended-reality-xr-future/ #extended_reality
Torque
Preparing your content for the Extended Reality (XR) Future
You’ve probably heard rumblings in the tech industry around the innovations in Virtual Reality, Augmented Reality, and Mixed Reality. These mediums can broadly be defined as Extended Reality or XR. My first venture into development in XR was in 2010 when…
Самопалим под Гутенберг: пробуем собрать свой блок с контроллами управления, цветовой палитрой и загрузчиком медиа - https://jschof.com/gutenberg-blocks/wordpress-gutenberg-blocks-example-creating-a-hero-image-block-with-inspector-controls-color-palette-and-media-upload-part-1/ #gutenberg
Jschof
WordPress Gutenberg Blocks Example: Creating a Hero Image Block with Inspector Controls, Color Palette, and Media Upload (Part…
This is the 4th article in a series on creating WordPress Gutenberg blocks. You may want to check out there other articles here, here, and here. Our goal here is to create a full width, customizable hero image Gutenberg block. We aim to learn how to…
Огромное ревью редактора Гутенберг с точки зрения простого пользователя WordPress (в закладки) - https://wpin.me/blog/gutenberg-wordpress-editor-review/ #gutenberg
WPin.me
Gutenberg Editor Review By A WordPress User & Tutorial For Gutenberg
Gutenberg Editor Review + Tutorial On How It Works. The Gutenberg Editor, to the uninitiated, is a new way to edit content within WordPress. Read my tutorial on using Gutenberg, the pitfalls and positives as well as my review verdict from a user perspective…
Нужно ли реально знать React/Redux, чтобы пилить блоки для Гутенберга? - https://wpscholar.com/blog/should-i-learn-react-to-build-gutenberg-blocks/ #gutenberg #react
WP Scholar
Do I Need to Learn React to Build Gutenberg Blocks? - WP Scholar
The question of the day is: Do I need to learn React in order to build a Gutenberg block? The short answer is no. You don’t need to know anything about React to build a Gutenberg block. The reason why is because WordPress has done a great job of abstracting…
Первый взгляд на Гутенберг от Рейчел Макколин - https://code.tutsplus.com/tutorials/first-look-at-wordpress-gutenberg--cms-31036 #gutenberg
Code Envato Tuts+
First Look at WordPress Gutenberg
The new Gutenberg editing interface is a major change coming to WordPress 5 this year, and it will affect WordPress plugin developers, theme designers, and website creators. In this video I'll show...
Подключение своих стилей и скриптов в Гутенберг блоки - https://jasonyingling.me/enqueueing-scripts-and-styles-for-gutenberg-blocks/ #gutenberg
Jason Yingling
Enqueueing Scripts and Styles for Gutenberg Blocks - Jason Yingling
Before we start building new blocks for the Gutenberg editor we need to know how to properly enqueue scripts and styles. Thankfully WordPress makes this easy with two new hooks.