wordpress
WordPress tricks and tips
WordPress tricks and tips
WordPress 3.3.1 is now available. This maintenance release fixes 15 issues with WordPress 3.3, as well as a fix for a cross-site scripting vulnerability that affected version 3.3. Fixed Issues: causing mid-page scripts/styles to bleed into admin Multi-site Upload Limit Stuck at 50MB Wrong widget count on dashboard Multisite: No Database Prefix causes strpos(): Empty delimiter Never show two flyouts at once ryan $userdata not populated properly Toolbar shows a warning on a second call Unwanted backslash in output Users list ‘Change role to’ allows for changing logged-in Admin role to Subscriber current-menu-item and current_page_item classes incorrectly added to custom [...]
I was trying to mirror TechChase.in and TechChase.us For that I have installed PS WP Multi Domain plugin. For make this plugin working need to make wp-config.php rewritable Tried for few time and then found this plugin not solving my purpose so deactivated that and TechChase stopped working giving Error 324 (net::ERR_EMPTY_RESPONSE) Even after deleting PS WP Multi Domain plugin issue not resolved. This error occurred due to wrong file permission to wp-config.php After changing wp-config.php file permission to 664 TechChase started working again. So make sure that wp-config.php have right permissions when anything goes wrong with website.
Categories: wordpress Tags: Error 324, ERR_EMPTY_RESPONSE
For busy websites, using a CDN (Content Delivery Network) to transfer static content such as images, javascripts, stylesheets, Flash etc. is highly recommended (as listed in Yahoo!’s Best Practices for Speeding Up Your Web Site) as it reduces server load and bandwidth thus improves stability and availability. There is a catch – Commerical CDN’s like Akamai and Limelight are not cheap at all. Good news, we have an exception however – the free, P2P-based CoralCDN allows us to take full advantage of a powereful CDN without spending a dime. How to use it? Well, basically, just append .nyud.net to the [...]
While searching for WordPress theme came across most popular website for WordPress theme http://topwpthemes.com When opened URL http://topwpthemes.com/jtheme-journal-theme/ I can see theme but when clicked on ‘Preview’ option hackers page opened. It’s giving message hacked by UNIXMASTERS Hack Group http://wpjunction.com/magazine/?wptheme=Journal
Categories: Internet Security, wordpress Tags: TopWpTheme hacked, UNIXMASTERS Hack Group
Every wordpress blogger want his blog to be optimized for performance.W3 Total Cache is excellent wordpress plugin which will help wordpress blogger to optimize there blog performance.Highly recommended for heavy blogs with large number of images,data and heavy traffic. W3 Total Cache is fastest and most complete WordPress performance optimization plugin. Trusted by many popular blogs like: mashable.com, briansolis.com, pearsonified.com, ilovetypography.com, noupe.com, webdesignerdepot.com, freelanceswitch.com, tutsplus.com, yoast.com, css-tricks.com, css3.info and others — W3 Total Cache improves the user experience of your blog by improving your server performance, caching every aspect of your site, reducing the download time of your theme and [...]
Categories: Concept, wordpress Tags: improve blog speed, optimize wordpress blog, w3 total cache, wordpress
After upgrading to WordPress 2.9 when I tried to update any post or publish any new post getting Wp 2.9 and get this error message: Warning: curl_setopt() [function.curl-setopt]: CURLPROTO_FILE cannot be activated when in safe_mode or an open_basedir is set in /home/jon/public_html/wp-includes/http.php on line 1302 The problem is from the XML Google sitemap, that’s why when you want to publish or update a post you get that error message, because after updating or publishing, the plugin is called to rebuild the sitemap automatically. Solution: 1.disable XML Google sitemap 2.Ugrade XML Google sitemap new version
Categories: wordpress Tags: curl_setopt(), wordpress 2.9 errors
In one of article WordPress Security Tips we discussed plugins important to secure wordpress blog. If your server crash for some reason, or your website get hacked, and you will lose valuable data. So the better thing is to take backup regularly.Here are some of the database backup plugins for wordpress. On top of backing up your whole blog at least once a week, I’d also recommend backing up just your database data at least every two days. There are several plugins available for backing up and securing wordpress blog. They are really helping the wordpress blogger in a great [...]
Categories: Concept, Internet Security, wordpress Tags: wordpress database, Wordpress Plugins
Microsoft Live space offer free blog for your website.This may be approach from Microsoft to beat blogspot or wordpress market. The more people know about your business, the more likely they are to become customers. And there’s no better way for a business owner to get acquainted with lots of potential customers than a blog. With Microsoft Office Live Small Business, adding a blog to your existing website is simple. Just choose a subject (visit our community for successful blogging tips) and follow these steps: 1 Create a free Windows Live Spaces blog 2 Write until you’re happy, and publish [...]
Categories: Concept, Review, wordpress Tags: Windows Live Spaces
We will discuss some tips for blog security recommended by many experts to keep our blog secure 24X7 up and running. Safety of blog from hackers or any exploit is very important because it may ruin our blog. Following are must follow blog security tips for WordPress blogger. Upgrade As good as it is, WordPress still has security issues. Upgrading to the latest version is a must if you want to lower the risk of getting your site hacked. Upgrading today is really easy, thanks to excellent plugins like Instant upgrade or automatic upgrade. You have no excuse not to upgrade. [...]
Categories: Internet Security, wordpress Tags: blog security, wordpress security
While posting some guidelines for “Gtalk Group Voice Chat”, “Tips to enable/disable the USB drive in WinXP” on TechChase I came across backslash problem. Issue was if I am trying to display path of some file the backslash char is removed from path when post is live. This happen because when user post any article and its is saved in database, some character are removed for security purpose. Backslash is one of those character. For displaying backslash character in your article we need to use HTML escape character. For backslash we can use & # 92 For complete list of [...]
Categories: Concept, wordpress Tags: backslash post, HTML escape char, worpress backslash