Archive for the “hook” category

WordPress hook: Automatically add a Google+ button to your posts

by Jean-Baptiste Jung on December 8, 2011

Google+ is a new service from Google, which can bring traffic to your blog just like other social networking sites as such as Twitter or Facebook. Today, I’m going to show you a simple piece of code to automatically add a Google+ button to your posts.

WordPress hook: Automatically remove p tags on images

by Jean-Baptiste Jung on November 16, 2011

By default, WordPress embed images in <p> tags. This is a good thing in most cases, but in case you don’t want those p tags to show, here is a great way to remove theme without having to hack the WordPress core.

How to automatically email contributors when their posts are published

by Jean-Baptiste Jung on November 10, 2011

If you’re running a multi-authored blog, it can be very cool to let your contributors know when their post are online. Today’s recipe will show you how to do this automatically each time a post is published.

Looking for WordPress hosting? Try WP Web Host. Prices starts at $5/month and you can try it for free!

How to automatically email contributors when their posts are published

How to add your own meta copyright to your WordPress blog

by Jean-Baptiste Jung on November 7, 2011

By default, WordPress do not add any copyright meta in the head section of the generated html documents. If you want to add one, no problem: simply follow this super simple recipe.

Looking for WordPress hosting? Try WP Web Host. Prices starts at $5/month and you can try it for free!

How to add your own meta copyright to your WordPress blog

Add a favicon to your WordPress blog using a hook

by Jean-Baptiste Jung on January 31, 2010

Nowadays, any serious blog have its own favicon. To add yours into WordPress, you can directly edit header.php or you can use a more clean technique, using the power of WordPress hooks.

Looking for WordPress hosting? Try WP Web Host. Prices starts at $5/month and you can try it for free!

Add a favicon to your WordPress blog using a hook

WordPress tip : How to change the dashboard footer text

by Jean-Baptiste Jung on January 11, 2010

When building a site for a client, it can be useful to be able to modify the dashboard footer text. This recipe is going to show you how you can easily do it using a hook.

Looking for WordPress hosting? Try WP Web Host. Prices starts at $5/month and you can try it for free!

WordPress tip : How to change the dashboard footer text