Add custom (ACF) fields to the WordPress Rest Api.
In this code snippet we will have a look at the WordPress Rest Api and how we can add our own custom fields to any of the endpoints.
Read articleIn this code snippet we will have a look at the WordPress Rest Api and how we can add our own custom fields to any of the endpoints.
Read articleA tutorial about working with the WordPress WP_Query class to create a related post template part for your theme with php
Read articleA tutorial on how to use the gradient api in your WordPress themes and set custom gradient colors in the Gutenberg editor.
Read articleA curated list of WordPress development related news articles, tutorials and other resources written or updated in March 2020.
Read articleA code snippet showing how to get and filter WordPress posts by custom (Acf) meta field values using the get_post function.
Read articleTutorial on how to add WordPress theme support for editor-font-sizes, and set custom font-sizes for the Gutenberg editor.
Read articleA tutorial on how to add custom admin option pages for your Wordpress theme with the Advanced Custom Fields plugin and Php
Read articleA curated list of WordPress development related news articles, tutorials and other resources written or updated in February 2020.
Read articleIn this code snippet we will discuss the WordPress wp_remote_get and wp_remote_post functions that can be used to fetch data from a remote api using Php
Read articleA tutorial on how to conditionally load and display a different custom template file in your wordpress themes using functions.php
Read article