Articles

Chrome will mark non secure pages

An announcement was made by Google in September of 2016 that Google will mark all pages containing password and credit card input fields as not
Read More

A brief Introduction to how we use ACF Rows in our templates

To make things a little easier Toffy Digital WordPress Templates use a system called rows that are integrated into a large part of its website architecture. What are rows? Rowns
Read More

Edit a Page or Post

Login to your WordPress admin area Navigate to the pages tab found on the left-hand side. Add a new page by clicking the “Add New” Edit an existing page by simply
Read More

Login to WordPress

Navigate to the login page provided by yor programer. Most of the time the login address of your website would be : <your url>/wp-admin.php Enter your: username, password
Read More

Disable and delete post revisions

Add the following code to your wp-config.php file define('AUTOSAVE_INTERVAL', 300 ); // seconds define('WP_POST_REVISIONS', false ); Then delete the existing posts marked as
Read More

Setting the username and email for your GIT Repo

Use the following code to set the default username for your git repo git config --global user.name "jfernandez" and the following to check: git config --global user.name Use the
Read More