Busby SEO Test

Busby SEO Test is our second journey in SEO Competition for peace, friend and charity.

IMFreakz Logo for Busby SEO Test Contest

Today is: 4th July, 2009, There is   to go in this Busby SEO Test Contest.

Busby SEO Test ShortCode

This just a simple and short post about ShotCode for Busby SEO Test anchor and link. In this blog I have to make a link with anchor like this : Busby SEO Test, it’s an repetitive task for me. I think I need to find a way to save my time in this SEO Contest Blog.

Usually I use link function in admin panel to make a link. But since I found this Wordpress shortcode - WP Hack, I think this will save my time a lot. This shortcodes allow me to call a php function simply by typing short code like [ bst ].

To make shortcode function, first you have to make functions.php in your wp-theme folder. Or if you already have it just append this code :

function busby() {
return '<a href="http://www.imfreakz.com/busby-seo-test/">Busby SEO Test</a>';
}
add_shortcode('bst', 'busby');


After append the code in your functions.php => save it and you’re now able to use the [ bst ] shortcode. To use it, write this code [ bst ] (without space) on the editor (in HTML mode) while writing a post.

Busby SEO Test ShortCode Posted in : Wordpress
TAG : shortcode, wp hack

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>