Using Beaver Builder or Elementor and finding spam comments on attachments and other pages / post despite not using comments on the website? Insert the following code into your child theme’s function.php file.
Read MoreIf you don’t need author post pages in WordPress disable the link and have them redirect back to the homepage. Add the below code to your themes child function.php file.
Read MoreBelow is the correct way to load JavaScript / jQuery into your WordPress Website. Place the below custom code into your themes child function.php file. Just to note “custom.js” is the file we load from the theme folder.
Read MoreIf your not using the “shop” page in your WooCommerce store, add the following your theme’s child function.php file. This code will redirect when you should land on the “shop” page back to the “Home Page” (root). This will change the link on the “Continue Shopping” button.
Read MoreHaving difficulty getting both https (SSL) and www to display in the website URL? Insert the below code into the .htaccess file in the root folder of your website. Obviously this requires both and SSL cert to be installed and working correctly, and also that both the www and non www version of your domain […]
Read MoreHere’s something I found out today, instead of messing around with .htaccess configurations to force a file to download instead of show in the browser, you can simply add the “download” tag to the HTML Anchor link. Might save you some time / hassle trying to configure downloading PDF / DOC files on clients websites.
Read More