十月
25
个性DIY网站风格-为wordpress添加收藏到各大网站功能
25
个性DIY网站风格-为wordpress添加收藏到各大网站功能
打开风格目录下的”single.php“文件,找到:
<?php comments_template(); ?>
在其上面添加适当代码,例如:
<!– Social Bookmarks Start –>
<div class=”center-widget-title”></div>
<div align=”center” class=”center-widget”>
<a href=”http://www.stumbleupon.com/submit?url=<?php the_permalink(); ?>&title=<?php the_title(); ?>”><img src=”<?php bloginfo(‘template_directory’); ?>/images/stumble.png” alt=”Stumble” /></a><a href=”http://digg.com/submit?phase=2&url=<?php the_permalink(); ?>&title=<?php the_title(); ?>”><img src=”<?php bloginfo(‘template_directory’); ?>/images/diggthis.png” alt=”Digg” /></a><a href=”http://technorati.com/faves?add=<?php the_permalink(); ?>”><img src=”<?php bloginfo(‘template_directory’); ?>/images/technorati.png” alt=”Technorati” /></a><a href=”http://reddit.com/submit?url=<?php the_permalink(); ?>&title=<?php the_title(); ?>”><img src=”<?php bloginfo(‘template_directory’); ?>/images/reddit.png” alt=”Reddit” /></a><a href=”http://del.icio.us/post?url=<?php the_permalink(); ?>&title=<?php the_title(); ?>”><img src=”<?php bloginfo(‘template_directory’); ?>/images/delicious.png” alt=”Delicious” /></a>
</div>
<!– Social Bookmarks Start End –>
并把其对应的图片文档放进风格目录下的/images文件夹!
转载请注明源自午夜客-Http://Blog.Wyk.Net.Ru

Comments
还没有任何评论。
留下评论