Showing posts with label update. Show all posts
Showing posts with label update. Show all posts

Tuesday, March 17, 2015

Wordpress and Wordfence Security is the best solution for Invalid Login, Server Errors, Slowness and DDoS attacks on your WordPress Website or Blog

ISSUE: If you own a wordpress site you know its a constant battle to prevent Robots and Spammers some of the key issues are Preventing Invalid Login, Server Errors, Slowness and DDoS attacks. and scanning harmful links

SOLUTION: After searching for several anti-virus plugin for WordPress I finally found one that protects all my websites, form these attacks in addition it also has a falcon setting to increase the speed of your website.

You can download a copy of the plugin here: https://wordpress.org/plugins/wordfence/



The settings I suggest is after 5 invalid logins, or password recovery attempts block the user for 6 hours, enable the falcon settings under performance and enable auto update. 

These settings have prevented a huge number of attacks on my sites. 






Thursday, March 5, 2015

How to remove the comments TEXT BOX from your WORDPRESS pages

ISSUE: When creating new pages in wordpress they show the following comments box. If you are like me you will not see any reason why someone would allow comments on a static wordpress page, here is what shows up at the bottom of all your wordpress pages:


SOLUTION:
1. Login to your wordpress site
2. go under PAGES > ALL PAGES 
3. hover over or select all the pages you want to make the change to
4. click "Quick Edit" 


5. unheck the box for "Allow comments" 

Strange that this option is nowhere else in WordPress but here: 



I hope this helps anyone that is having a problem locating that option. I had to search all over the place to find it. 



Wednesday, November 12, 2014

Wordpress Site Google search microformat update errors (Error: Missing required field "updated".)

A few weeks back around October 15th 2014 I noticed that all my websites were loosing their SEO Ranking fast almost dropping to nothing.


I had no idea what was going on so I started to do some research. 

One thing I noticed I had Thousands of crawl errors so I cleared them up. I also re-submitted my site (using Fetch as Google in Webmaster tools) things looked a little better but the Search Quarries were still dropping in addition the amount of traffic I was getting to my sites was also at an all-time low.

Then I noticed the exclamation mark next to STRUCTURED DATA I did some more digging and turns out Google uses microformats to understand the content of your site, all of my posts were generating the following error:

Error: Missing required field "updated".

I'm using the latest version of wordpress and many different plugins and themes on several sites, so I was looking for the quickest and most simple solution to the issue and here is what I found: 

Adding this line of code after the Header tags on the following .php documents (depending on your theme you might not have all 4, just add it to all the .php files that start with the word "content") 
TIP information on how to get to the editor on wordpress (from the admin panel it's under Appearance > Editor > click on the .php document you want to edit on the right) 

content-page.php
content-single.php
content-summary.php
content.php

 <p class="post-date date updated"><?php the_time('j M, Y'); ?></p>

After entering the line of code going back to the STRUCTURED DATA tester 
link: http://www.google.com/webmasters/tools/richsnippets

All the "update" errors were gone!




Monday, February 17, 2014

ClassiPress Error after updating to Wordpress 3.8.1

Here is the error I'm getting after updating my Wordpress site via the Dashboard

Here were the steps I took to update:
1. Deactivated all plugins
2. changed the them to the default theme Twenty Twelve
3. Updated wordpress to 3.8.1 
4. The re-actiavted the classipress theme 
5. All seems to be working but I get this error under my "Popular Ads" section

Warning: Missing argument 2 for wpdb::prepare(), called in /home/wednesda/public_html/wp-content/themes/classipress/includes/admin/admin-options.php on line 841 and defined in /home/wednesda/public_html/wp-includes/wp-db.php on line 992

Does anyone have any information on this error? or how to fix this? 


Translate