Archive

Posts Tagged ‘plugin’

How to Control Display of Sidebar Content in Wordpress

Mar 6th, 2010

Want to control the display of contents on sidebar? Content can be any widget content or text/JavaScript content. Many times it may happen that you want to display some content on Home page but not on other pages. Or you may want to display a sidebar content on Achieve pages only. Or you may want [...]

Wordpress Sidebar Widgets – Sidebar Tabs

Mar 6th, 2010

Here is my experience with Tabbed Widgets for Wordpress sidebar. I want to save space on sidebar of my Wordpress blog, so searching for a good sidebar tab widget.
Wordpress Widgets for Sidebar tabs:
Fun with tabs:
Breaking with my Wordpress version (2.9.1) or theme (Which has created trouble).
Going into infinite loop and eat all my memory when [...]

Wordpress and Content Delivery Network

Mar 6th, 2010

Wordpress has a nice feature of moving Wp-Content folder to a different place. This can be helpful for Content Delivery Network management. Wp-Content directory include all theme files, plugins and any uploads you have.
We can use Content Delivery Network to parallelize the connection in Browser and distribute the loads on server.
Head to wp-config.php file in [...]

Redirect Wordpress feed to Feedburner

Feb 19th, 2010

Update (21-02-2010): I become tired testing Feedburner for recursive redirection problem. I need to wait for feedburner’s FeedBulletin for my account. and It does not come to check as and when you say to do so.  So, I have got a smart solution which can get me what I want (redirect all kind of feed [...]

Few Security Plugins for Wordpress

Nov 15th, 2009

Few important wordpress security plugins you need if you are self hosting wordpress blogging platform.

Google Syntax Highlighter for Wordpress

Sep 25th, 2009

I need to change the Google Syntax Highlighter plugin for Wordpress due to the reason that wordpress corrects HTML mistakes in your post. And this does not allow <pre name=”code” ..> as required by Google Syntax Highlighter. Name attribute is not right syntax for pre tag.
So, I thought to correct the syntax highlighter. Title attribute [...]