SSL Security Setup HTTPS in XAMPP
SSL Security Setup HTTPS in XAMPP Move from HTTP to HTTPS hosting locally from your own machine Resources: https://www.adam.co.za/setup-https-in-xampp/
SSL Security Setup HTTPS in XAMPP Move from HTTP to HTTPS hosting locally from your own machine Resources: https://www.adam.co.za/setup-https-in-xampp/
May also have to edit the my.ini file from the mysql config from the xampp control panel. see; https://www.youtube.com/watch?v=kQSFOhaMss0 Source: How to Import Large Database Files in XAMPP Make changes in…
http://www.wpbeginner.com/wp-themes/how-to-create-category-templates-in-wordpress/ https://code.tutsplus.com/tutorials/create-a-custom-wordpress-plugin-from-scratch--net-2668 https://www.templatemonster.com/blog/develop-wordpress-plugin-using-shortcodes-tutorial/
Resources: http://www.wpbeginner.com/wp-themes/how-to-create-category-templates-in-wordpress/
duplicate content Checkers FREE http://plagiarisma.net/ -For Free have to stay under 2000 characters- finds Pinterest - not sure about google Plagiarism Checker By SmallSeoTools.com - https://smallseotools.com/plagiarism-checker/ - Faster than Dupli…
Directions First - create a page in the wp admin. Then create a file like mypage.php. Save it in your theme and a the top of it, add this to…
Usage Save bandwith usage on your hosting plan HeartBeat API Turn off HeartBeat completely add_action( 'init', 'stop_heartbeat', 1 ); function stop_heartbeat() { wp_deregister_script('heartbeat'); } www.siteground.com/tutorials/wordpress/limit-wordpress-heartbeat.htm Bots Edit your htacess file…
Backlink checkers check your own backlinks to see who is linking to you Better https://lxrmarketplace.com/ - Shows 100 https://smallseotools.com/backlink-checker/ - Shows 63 top result - just the backlink location url…
These are causing 404 responses or broken links because the resources are missing from your website To get these go and download them from the link and place them in…
This is how to add your Google Analytics tracking code to your WordPress or other website. You can add your Google Analytics Tracing code to any website if you have…
Open up your child theme’s content.php
edit file my.ini add this under [mysqld] lower_case_table_names = 2 but lower_case_table_names = 1 should be the default lower_case_table_names = 2 is for off wordpress