Setup Axios for the WordPress Rest Api
How to setup AxiosJs with a Base Url and a WordPress Security Nonce for use with the WordPress Rest Api.
Read articleHow to setup AxiosJs with a Base Url and a WordPress Security Nonce for use with the WordPress Rest Api.
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 on how to use the gradient api in your WordPress themes and set custom gradient colors in the Gutenberg editor.
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 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 articleHow to register a custom wordpress rest api end-point or your theme and use javascript to make a call for that custom data.
Read articleA tutorial on how to add custom admin option pages for your Wordpress theme with the Advanced Custom Fields plugin and Php
Read article