View Full Version : No Paragraph Tags showing? SEO friendly?
DurianBoy
07-06-2009, 01:46 PM
I've been told by friend that tags in single/paragraph post is helping the site to get indexed and picked up by google. Is this true?
I always add tags in every post, but it doesnt show up with this theme. How to show tags in each post? thanks
Kevin
07-06-2009, 04:18 PM
It works in a similar way to categories in that it places keywords on your sidebar or content area and helps google search through your site.
I assume you are using WordPress. Do you want to show tags underneath each blog post?
DurianBoy
07-06-2009, 10:46 PM
yes Im using wordpress and I want to show tags underneath each blog post. I've been told showing tags underneath blog post helps google to pick up the site?
how to do that?
Thanks
Kevin
07-07-2009, 12:40 AM
Add this after your post in single.php
<?php the_tags(); ?>
Read more at http://codex.wordpress.org/Template_Tags/the_tags
DurianBoy
07-07-2009, 10:45 PM
Thanks,
and How to remove "Share With Others" button reddit, stumbleupon, delicious and digg? I want to add more botton like Facebook, twitter and more using sociable plugin. I did once to remove "Share With Others" button, but then i messed up, the sidebar gone. So I had to reinstall the theme.
How to remove share with others button properly? Thanks
Kevin
07-08-2009, 05:50 PM
go to the single.php template and remove this code
<div class="social">
<h2>Share with others</h2>
<div class="icons">
<?php get_social(); ?>
</div>
</div>
DurianBoy
07-08-2009, 08:20 PM
thanks.. it works nicely
vBulletin® v3.8.3, Copyright ©2000-2012, Jelsoft Enterprises Ltd.