[/et_pb_featured_posts_slider]
How to secure WordPress login page with HTACCESS
In your .htaccess folder in your WordPress root folder, add the following code replacing example\.com with your domain name. For example: mydomain\.com mydomain\.net This script makes sure you can only login from your domain not via a brute force $_POST attack....
read moreHow to track your calls with Facebook pixel.
Do you have the need to track your phone calls with Facebook pixel and retarget to them later using Facebook advertising? Use this simple script [sourcecode] <!-- Facebook Pixel Code --> { PUT YOUR STANDARD FACEBOOK PIXEL CODE HERE } <!-- End Facebook...
read moreHow to make Ninja Forms look pretty in WordPress
Ninja Forms by default looks very blank. Use the following CSS to make your ninja forms looks awesome! Be sure to change the background, text and border colors as commented on below. [sourcecode] /* NINJA FORMS SEXINESS SCRIPT BY SAGEDREAD */ .ninja-forms-field,...
read moreHow to create pretty urls with .HTACCESS and INDEX.PHP
In your .htaccess file, add the following code: [sourcecode lang="plain"] RewriteCond %{REQUEST_FILENAME} !-f RewriteRule (.*) index.php [L] [/sourcecode] Now create an index.php with the following script: [php] //FUNCTION FOR GETTING PAGE function parseURI(){...
read moreHow to force a website to HTTPS using .HTACCESS
Create a file in the directory of your website called .htaccess if the file exists simply open it up and add the following code to the bottom of the file, creating a couple spaced from existing code using the enter key. [sourcecode lang="plain"...
read moreSeeing ‘not secure’ messages on your website? The fix is simple and helps your SEO!
Do you have an SSL Certificate? If not, Google is going to flag your website negatively impacting your SEO and brand trust. Google's recent announcement, earlier this year said they will flag all the unencrypted internet. That's most of the web! So if your website...
read moreWhen should you redesign your website?
We get asked by businesses, “Why should I redesign my website,” ..and the honest truth is there is no right answer. According to Christian Riggs, president of Riggs Creative Group, deciding whether to update or redesign your website should depend entirely on your...
read more