Archive for the 'Wordpress Solutions' Category

How to: Create a “send this to twitter” button

By admin on December 11, 2010

Nothing hard with this recipe: Simply paste the following code on your single.php file, within the loop:
<a href=”http://twitter.com/home?status=Currently reading <?php the_permalink(); ?>” title=”Click to send this page to Twitter!” target=”_blank”>Share on Twitter</a>
Your readers are now able to send your post url to twitter! Hope it will bring you some traffic and new readers

4 Simple Ways To Speed Up WordPress

By admin on December 11, 2010

Some self-hosted WordPress sites tend to run slow, especially when you receive tons of heavy traffic every day. This may be a result of the amount of large files your site needs to load or inefficient coding. But there’s nothing worst than a slow site, so here are some quick tips [...]

WordPress issue

By admin on December 11, 2010

Issue : Not sure if anyone had this issue before, but hopefully someone has and has a workaround/fix for it.
While I am in wp-admin area, I will randomly get redirected to my main blog URL with a Not Found message.
Anyone experience this and know of a fix?
Solution : Try deleting your .htaccess, change your perma [...]

WordPress 3.0 ! New Features

By admin on June 30, 2010

WordPress 3.0 Finnaly Released now — the newest major version of WordPress — is one of the most highly-anticipated open source upgrades this year.
WordPress 3.0 has already made so much buzz because of some major and fresh features that innovate the publishing platform’s user interface.
In this article, to give you all a head [...]

[Plugin: Contact Form 7] Contact 7 Not working on Internet Explorer IE

By admin on June 2, 2010

I have found issue regarding Contact Form 7 that its not working in IE , its because of javascript .
To solve this issue ,
open file wp-contact-form-7.php ( under wp-content/plugins/contact-form-7)
replace :
define( ‘WPCF7_LOAD_JS’, true);
with
define( ‘WPCF7_LOAD_JS’, false );
Contact Form 7 issue is solver now.
cheers!!!