How To Create Your Own Social Bookmarking Script

How To Create Your Own Social Bookmarking Script

Social bookmarking is a great way to bring traffic to your website. Each social bookmarking network often has its own scripts for users to insert into their website to share articles on it. This may increase the number of included javascript files if … [Continue reading]

How To Customize Feed In WordPress

Customize Feed In WordPress

WordPress provides 2 types of feed: full text and summary. The full text feed shows whole content of posts with all HTML tags, and the summary by default shows only 55 first words without any HTML tags. But, in some cases, you want something between … [Continue reading]

WordPress Tip: Remove All HTML Tags In Comments

WordPress Tip: Remove All HTML Tags In Comments

By default, WordPress allows commentators to use some HTML tags in comments for links, quote or format text. But in many blogs, these tags are rarely used, or even they're used for spam links. In that case, we might want to let the commentators use … [Continue reading]

How To Create A Better Meta Box In WordPress Post Editing Page

How To Create A Better Meta Box In WordPress Post Editing Page

WordPress is one of the most powerful blog platforms out there. One of its strength is the ability to allow post authors to assign custom fields to a post. This arbitrary extra information is known as meta-data and can be added using the Custom … [Continue reading]

WordPress Tip: Conditional Loading Scripts Based On Post Content

WordPress Tip: Conditional Loading Scripts Based On Post Content

Sometimes you want to load one script in only specified posts, not for all posts. For example: you want load Thinkbox script only when post has images, load SyntaxHighlighter only when post has codes. It wouldn't be optimized if you always load these … [Continue reading]