Homepage Only Links for WordPress

In wordpress, if you are adding links to your other websites, you need to use the links also known as blogroll feature and sometimes you may not want that. You may want a link from your homepage and not inside pages.  There is no template or widget for that to best of my knowledge and best way to do that is do a slight code change in sidebar.php in your wordpress;

<?php if(is_home()){ ?>
HOMEPAGE LINK OR CONTENT GO HERE
<?php } ?>

As you can see, you can put links, images, even message. Pretty much anything that you want all you need to do is use an the is_home function and do a simple logic.

WordPress is a very nice platform and I am growing to love it more. If you know how to code a bit, you can do wonders with this wonderful CMS tool. You can customize your wordpress so it turns into a corporate website, online community and forum, ecommerce, or a nice professional online magazine whatever your business goals are.

As indicated in my 2012 SEO strategy post, I have been recommending my clients to use wordpress when they can. It is easy to install and configure and customize, it is free and only costs are customization costs, and it is very SEO friendly.