WordPress

How to remove malware, spam, and other hacks from WordPress?

How to Clean a WordPress Hack Steps to removing malware, spam, and other hacks from WordPress. Sucuri has devoted years to helping WordPress administrators identify and fix hacked websites. To continue with this process, we have put together this guide to help website owners walk through the process of identifying and cleaning a WordPress

How to remove malware, spam, and other hacks from WordPress?2019-02-13T08:14:31-05:00

WordPress security tips that could save your site

WordPress is very popular platform these days (around 8.5% of all world’s websites are powered by WordPress!). As it is Open Source, everybody has access to its Source Code and can experiment with new cracking/hacking methods easily. Don’t get me wrong, WordPress is secure piece of software. With little effort you can protect your

WordPress security tips that could save your site2019-02-13T08:16:40-05:00

How to redirect error 404 to home page in WordPress

If you don't have a 404.php INSIDE your theme folder - WP displays the main (index) page when page not found, without you messing with the htaccess. If this doesn't work, put this code into a file named 404.php : <?php header("Status: 301 Moved Permanently"); header("Location:http://www.xxxxxx.xxx"); ?> (xxxxxx.xxx is your domain name) Upload 404.php into

How to redirect error 404 to home page in WordPress2019-02-04T10:50:00-05:00

FCKEditor – WYSIWYG editor for WordPress

FCKeditor is an open source WYSIWYG text editor ,brings to the web much of the power of desktop editors like MS Word.it’s lightweight and is compatible with most internet browsers which include: IE 5.5+ (Windows), Firefox 1.0+, Mozilla 1.3+ and Netscape 7+. Features: * Replace the default wordpress editor with CKEditor * Post comment with

FCKEditor – WYSIWYG editor for WordPress2019-02-04T10:43:14-05:00