- 打開使用主題(路徑:wp-content/themes/主題名稱)的index.php檔案
- 找到
<h2><?php the_title(); ?></h2>
- 在下面找位置插入
<div> <span style="float: right"> <a rel="nofollow" onclick="this.target='_blank'" href="http://www.facebook.com/sharer.php?u=<?php echo get_permalink() ?>&t=<?php the_title(); ?>"> <img title="分享到臉書!" src="http://iwboe.com/wordpress/img/facebook.png" width="20" height="20" alt="臉書" /></a> <a rel="nofollow" onclick="this.target='_blank'" href="http://plurk.com/?qualifier=shares&status=[分享] http://iwboe.com/wordpress/?p=<?php the_ID(); ?> (<?php the_title(); ?>)"> <img title="分享到噗浪!" src="http://iwboe.com/wordpress/img/plurk.png" width="20" height="20" alt="噗浪" /></a> <a rel="nofollow" onclick="this.target='_blank'" href="http://twitter.com/home?status=[推薦] <?php the_title(); ?> http://iwboe.com/wordpress/?p=<?php the_ID(); ?>"> <img title="分享到推特!" src="http://iwboe.com/wordpress/img/twitter.png" width="20" height="20" alt="推特" /></a> </span> </div>
- 存檔上傳
- 換打開single.php檔案
- 找到
<h2><?php the_title(); ?></h2>
- 在下面找位置插入
<div> <span style="float: right"> <a rel="nofollow" onclick="this.target='_blank'" href="http://www.facebook.com/sharer.php?u=<?php echo get_permalink() ?>&t=<?php the_title(); ?>"> <img title="分享到臉書!" src="http://iwboe.com/wordpress/img/facebook.png" width="20" height="20" alt="臉書" /></a> <a rel="nofollow" onclick="this.target='_blank'" href="http://plurk.com/?qualifier=shares&status=[分享] http://iwboe.com/wordpress/?p=<?php the_ID(); ?> (<?php the_title(); ?>)"> <img title="分享到噗浪!" src="http://iwboe.com/wordpress/img/plurk.png" width="20" height="20" alt="噗浪" /></a> <a rel="nofollow" onclick="this.target='_blank'" href="http://twitter.com/home?status=[推薦] <?php the_title(); ?> http://iwboe.com/wordpress/?p=<?php the_ID(); ?>"> <img title="分享到推特!" src="http://iwboe.com/wordpress/img/twitter.png" width="20" height="20" alt="推特" /></a> </span> </div>
- 存檔上傳
- 換打開archive.php檔案
- 找到
<h2><?php the_title(); ?></h2>
- 在下面找位置插入
<div> <span style="float: right"> <a rel="nofollow" onclick="this.target='_blank'" href="http://www.facebook.com/sharer.php?u=<?php echo get_permalink() ?>&t=<?php the_title(); ?>"> <img title="分享到臉書!" src="http://iwboe.com/wordpress/img/facebook.png" width="20" height="20" alt="臉書" /></a> <a rel="nofollow" onclick="this.target='_blank'" href="http://plurk.com/?qualifier=shares&status=[分享] http://iwboe.com/wordpress/?p=<?php the_ID(); ?> (<?php the_title(); ?>)"> <img title="分享到噗浪!" src="http://iwboe.com/wordpress/img/plurk.png" width="20" height="20" alt="噗浪" /></a> <a rel="nofollow" onclick="this.target='_blank'" href="http://twitter.com/home?status=[推薦] <?php the_title(); ?> http://iwboe.com/wordpress/?p=<?php the_ID(); ?>"> <img title="分享到推特!" src="http://iwboe.com/wordpress/img/twitter.png" width="20" height="20" alt="推特" /></a> </span> </div>
- 存檔上傳
相關文章: