WP


 

How to show a message in the WordPress Admin

If you are working on a plugin or a theme, and you want to display some message to the user like “Settings have been saved” or “Plugin installed, Please goto settings page to configure it”, then just follow the below snippet. Now we just add a hook to the admin notices function to show our Read more...

 

WordPress plugin directory problem

Some of you may not be aware of this, but there was a small security breach in the WordPress.org plugin directory this week. Someone managed to commit malicious changes to some popular plugins by hacking into the SVN repository. The WP crew discovered the changes and managed to revert the affected plugins back to the Read more...

 

Add Sidebar to TwentyEleven Theme

This Monday WordPress released its new version, WP 3.2, with a brand new HTML5 default theme, Twenty Eleven. But after activating this theme, you will find that the sidebar from pages and posts pages .i.e. single.php is missing, This theme by default doesn’t has sidebar in pages and posts. To add them install Twenty Eleven Read more...