Posts
How to create facebook and twitter buttons to posts
Kamis, 2 Juni 2011
Many bloggers will be looking out to promote or share their posts in
Facebook or twitter.Using plugins will just slow down the site, So i
have a code which will create facebook and twitter buttons to posts.
Step 1 using codes
Go to the file Functions.php
paste the following code and save, Ur done.
function share_this($content){
if(!is_feed() && !is_home()) {
$content .= '<div>
<a href="http://tw...
How to created and show popular posts on your WordPress blog
Minggu, 20 Maret 2011
Since I'm using WordPress.com Stats, I would like to use the rankings generated by this service or plugin. Searching Google, I found some widget called "WordPress.com Stats: Top Posts Widget" which works out of the box (if like to use a widget). In my case I have a custom sidebar with different custom sections using custom code. The following example explains how-to use that code on your website.
First your need to install the WordPress.com Stats plugin
Yes, the WordP...