Category Archives: Web Hosting

Yoast Sitemap will not display

This normally happens if there is whitespace included before or after your php tags in the functions.php file of your current theme. If you are able to edit your functions.php file you can remove the blank space and it nornally resolves the issue. If you are looking for a less hands on approach I found… Read More »

Stop semalt and buttons-for-websites

Edit your .htaccess rule to block traffic from these unwanted bot visitors – # block visitors referred from semalt.com RewriteEngine on RewriteCond %{HTTP_REFERER} semalt\.com [NC] RewriteRule .* – [F] # End semalt block # block referer spam buttons for website RewriteEngine On RewriteCond %{HTTP_REFERER} buttons\-for\-website\.com RewriteRule ^.* – [F,L] # End buttons for website block… Read More »