Как добавить разметку schema.org на WordPress сайт - https://www.elegantthemes.com/blog/tips-tricks/how-to-add-schema-markup-to-wordpress
Elegant Themes
How to Add Schema Markup to WordPress
The way your pages show up in Search Engine Result Pages (SERPs) play a significant role in how much organic traffic you get. If you don’t hook viewers in, they’ll ignore your website and...
Особенности соответствия требованиям GDPR для WordPress пользователей https://oddstyle.ru/wordpress-2/stati-wordpress/osobennosti-sootvetstviya-trebovaniyam-gdpr-dlya-wordpress-polzovatelej.html
oddstyle.ru
Особенности соответствия требованиям GDPR для WordPress пользователей – Блог про WordPress
Возможно, вы слышали о термине GDPR, который активно обсуждается в сети. Сегодня это довольно горячая тема, особенно учитывая все новости про утечки данных и
Руководство по миграции на Гутенберг - https://github.com/danielbachhuber/gutenberg-migration-guide #gutenberg
GitHub
GitHub - danielbachhuber/gutenberg-migration-guide: Documents WordPress Classic Editor integration points and their Gutenberg equivalents
Documents WordPress Classic Editor integration points and their Gutenberg equivalents - danielbachhuber/gutenberg-migration-guide
Вышел WP CLI 1.5.1 с новой командой config edit, предназначенной для открытие файла wp-config.php на редактирование - https://make.wordpress.org/cli/2018/04/21/version-1-5-1-released/ #wp_cli
WP-CLI
Version 1.5.1 released
A new release is upon us! We’re excited to bring you WP-CLI v1.5.1, an intermediary bugfix release with a total of 52 merged pull requests since v1.5.0 in January 2018. About this release This is a…
Бесплатный шаблон по недвижке для Divi - https://www.elegantthemes.com/blog/divi-resources/get-a-free-inviting-real-estate-layout-pack-for-divi #divi
Elegant Themes Blog
Get a FREE & Inviting Real Estate Layout Pack for Divi
Hey Divi Nation! Thanks for joining us for the next installment of our weekly Divi Design Initiative; where each week, we give away a brand new Layout Pack for Divi. This week Kenny and his team have created an inviting Real Estate Layout Pack. The Real Estate…
Простое руководство по стартовым темам WordPress - https://torquemag.io/2018/04/wordpress-starter-themes/
Torque
A Simple Guide to WordPress Starter Themes
WordPress starter themes can help to speed up your development workflow, by providing foundational code that will get you started. If you're new to theme development, they can also be an excellent teaching tool. In this post, we'll introduce five stellar…
Руководство для начинающих по JavaScript а Гутенберге - https://atomicblocks.com/javascript-in-gutenberg/ #gutenberg
Atomic Blocks
A beginner's guide to JavaScript in Gutenberg | Atomic Blocks
In the world of WordPress, what exactly is Gutenberg all about? More importantly, where does JavaScript fit in? If you are looking for a guide to JavaScript in Gutenberg, you have come to the right place.
Интернационализация JavaScript - https://make.wordpress.org/core/2018/05/01/javascript-internationalization-the-missing-pieces/ #i18n
Make WordPress Core
JavaScript Internationalization: The Missing Pieces
Back in 2016, work started on building a proper JavaScript internationalization API and the tooling to support it throughout WordPress core and WordPress.org. Many ideas and patches were being disc…
Что произошло в мире WordPress в апреле - https://wordpress.org/news/2018/05/the-month-in-wordpress-april-2018/
WordPress News
The Month in WordPress: April 2018
This past month saw a lot of preparation for upcoming events and releases across the WordPress project. Read on to find out more about these plans, and everything else that happened around the comm…
Проще простого: добавляем товары WooCommerce на страницы и в записи при помощи блока Гутенберга - https://woocommerce.com/2018/05/making-it-easier-to-add-products-to-posts-and-pages-with-the-products-block-for-gutenberg/ #gutenberg
WooCommerce
Making it easier to add WooCommerce products—with Gutenberg
Available as a feature plugin to begin with, the Products block represents stage one of a project we’re affectionately referring to as “Wootenberg” – the preparation of WooCommerce for the arrival of the Gutenberg editor.
Как использовать вместе плагин Custom Metaboxes и блоки Гутенберга в WordPress - https://tharshetests.wordpress.com/2018/04/23/using-gutenberg-in-place-of-custom-metaboxes-in-wordpress/ #gutenberg
Testing, testing
Using Gutenberg blocks in place of custom metaboxes in WordPress
Custom metaboxes are used extensively in WordPress for layout purposes as well as data structure. However, they don’t necessarily — in fact they rarely — save to the meta key’s array of…
Гутенберг: массивы, атрибуты ... https://webdevstudios.com/2018/05/01/wordpress-gutenberg-arrays-attributes-and-the-fundamental-flaw/ #gutenberg
WebDevStudios
WordPress Gutenberg — Arrays, Attributes, and the Fundamental Flaw - WebDevStudios
Frontend developer and designer, Jo Murgel, of website design and development agency, WebDevStudios, explores a fundamental flaw in the new WordPress text editor Gutenberg and provides a solution.
Код ревью. Часть третья: кодим и рефакторим генератор записей - https://torquemag.io/2018/05/code-review-part-3-building-refactoring-the-posts-generator/
Torque
Code Review Part 3 - Building & Refactoring the Posts Generator
In the last article, I walked you through a code review and refactoring process for the FilterWPQuery class in Josh Pollock’s plugin. We made his class more readable and performant. But we did not cover the posts generator code in the getPosts() method;…