Category Archives: WordPress
Compact Digg button for WordPress
A code to embed a compact Digg button (as shown in Figure 1) in WordPress. <script type=”text/javascript”> digg_url = ‘<?php echo get_permalink(); ?>’; digg_title = ‘<?php the_title(); ?>’; digg_skin = ‘compact’; digg_window = ‘new’; </script> <script … Continue reading
How to reset WordPress admin password
One morning, you figured out that you can’t log in to your blog admin panel. Perhaps, you had forgotten the password, or someone must have messed up with your blog. You can retrieve the lost password by going to the … Continue reading
2 ways to disable trackbacks in WordPress
Trackbacks is a WordPress feature that will notify a blog when your blog publish an entry that references it. A link with a short excerpt of your blog entry will appear on the referenced blog. Unfortunately, Spam Bots usually use … Continue reading
Host images in a subdomain
By default, most Web browser will create from two to four connections to the Web server, when downloading a Web page. This will results in slow Web page displaying, especially if the Web page contains more than one images. However, … Continue reading
Two ways to hide the smiley face of WordPress.com Stats plugin
Simple technique to hide the smiley face of WordPress.com Stats plugin. Continue reading
