Posted by Deepak on November 23, 2010 ·
Syntax Highlighter for WordPress – Programming Code Highlighting
If you a programmer and often blog about various codes and tips in your wordpress blog, then you must use this wordpress plugin: Syntax Highlighter for WordPress.
100% JavaScript syntax highlighter This plugin makes using the SyntaxHighlighter to highlight code snippets within WordPress simple.
This plugin easily integrates the SyntaxHighlighter [...]
Posted by Deepak on November 23, 2010 ·
Quick and Easy Stumbleupon Share Badge Setup with Counter
Add this code on your site:
<script src="http://www.stumbleupon.com/hostedbadge.php?s=1"></script>
You can choose various buttons given on the right side.
Integration Tips
Permalink badges (for advanced users): If you have several pieces of content on one page, like on a news site or blog, you may want to share a specific article [...]
Posted by Deepak on November 2, 2010 ·
WordPress Tips: How to remove category word from your WordPress url
Ever wanted to be able to finally remove the useless /category/ from your WordPress categories permalinks?
There are various options to remove “Category” Keyword from your WordPress URL’s.
1) .HTACCESS Hack
By default, WordPress category permalinks are displayed that way:
http://www.xyz.com/blog/category/wordpress
As [...]