SI Captcha Issue – CAPTCHA image not displayed

Today i got contacted by a very nice person via my facebook profile regarding this blog. He mentioned that the Captcha image is not being displayed on the blog comments so it was not possible to post any comments. Well i quickly verified that the captcha was really broken! There was captcha image not displayed […]

WordPress 2.8.6 Security Release

WordPress.org has released the security release 2.8.6 this morning which fixes two security holes in the wordpress. One of them is an XSS vulnerability in the Press This which can be exploited by the logged in users who have posting privileges. This could be dangerous on the sites which have untrusted authors and/or having open […]

How to remove specific page(s) link from the WordPress Navigation

When we list the pages in the WordPress to show the navigation to the pages we have on our blog/site by using this code: <?php wp_list_pages(); ?> It displays the list of the pages we have in our WordPress blog installation in a navigation form, showing links to all the pages. Now some times we want […]

WordPress Plugin error – Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at / . . .

Today while developing a wordpress plugin, i experienced an error when i activated it. Although the plugin worked as it was expected to, but the error was there and seemed as if my plugin is conflicting with si-captcha for wordpress plugin. The error was: Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already […]

How To Change Blockquote Color In Kubrick (editing css)

Kubrick theme comes as default with all new wordpress packages. It is fairly simple and cool theme and is easily customizable. One of the issue faced by someone was that they were not able to edit the blockquote (quoted text in the posts) color and the small grey line on the left of it etc. […]

How to Transfer WordPress from one server to another

Usually developers develop the website on their localhost or temporary server and then move it to the live server. This makes development easy as the files on the locaserver are very easily accessible and editable and you don’t need internet connection working all the time. Other than that, there many instances when some one wants […]

How to add search bar to wordpress blog theme

In this tutorial we will discuss how to add a search bar to your wordpress theme. This is useful if u need a search bar / form to be added to your own custom wordpress theme, or if you are using some other theme, and want to add a search form in it. One way […]

WordPress Stats not working on new theme (GrungeMag in my case)

Today after changing the theme for the wordpress blog, i noticed that my wordpress.com stats plugin was not recording any page visits for several hours. I tried reinstalling the plugin and re entering the api key but it didn’t help in anyway. Well, then how to solve it? (for the theme GrungeMag in my case) […]

[Solved – Error when upgrading from wordpress 2.8.1 to 2.8.2 or from 2.8.2 to 2.8.3]Incompatible archive PCLZIP_ERR_BAD_FORMAT (-10) : Invalid archive structure

While upgrading wordpress from 2.8.1 to 2.8.2 or 2.8.2 to 2.8.3 (or any other versions) i got this error saying: Upgrade WordPress Downloading update from https://wordpress.org/wordpress-2.8.2.zip / 2.8.3.zip Unpacking the update. Incompatible archive: PCLZIP_ERR_BAD_FORMAT (-10) : Invalid archive structure Installation Failed With the release of wordpress 2.8 there is an error while installing some plugins […]