A quick reference for Advanced Custom Fields for WordPress, to be used to get a project started quickly.
Continue reading “WordPress Advanced Custom Fields Cheatsheet”WordPress get next/previous post URL
This method works for WordPress posts as well as custom post types.
Continue reading “WordPress get next/previous post URL”Disable update notifications for WordPress themes and plugins
There may come a time where a theme or plugin cannot be updated for some reason or another, while it persistently harasses you in WP Admin.
Continue reading “Disable update notifications for WordPress themes and plugins”Add Styles and Scripts to a WordPress child theme
Load WordPress scripts and styles the right way, by adding the following code to functions.php.
Continue reading “Add Styles and Scripts to a WordPress child theme”Automatically backup WordPress to Google Drive
Use Softaculous from cPanel to backup WordPress to Google Drive automatically on a schedule, be it daily, weekly or a custom frequency.
Continue reading “Automatically backup WordPress to Google Drive”Create a WordPress child theme
Providing a starting point for the child theme, which can be activated in wp-admin and then worked on. Requiring only two files style.css
and functions.php
.
Create a new WordPress theme file without FTP using only wp-admin
Creating new WordPress theme files is generally quick and easy, but what if you don’t have FTP or host access?
Continue reading “Create a new WordPress theme file without FTP using only wp-admin”