Tutorial Added Drop Caps on WordPress
wptricks.net - There are so many ways to added Drop Caps in WordPress.. and in this post you'll find it. We can use plugin or using CSS3 Technology. This is really easy to follow and step by step guided make it clearly ...
Allow Contributors to Upload Files
soulsizzle.com - Remove contributors limitations on upload files. with this simple function we can added uploads files capabilities for contributor users level
Create Custom Page with Custom Loop and Query
wptricks.net - How to Create Custom Page with Custom Loop and Query in WordPress and we’ll put some custom query (added extra query) to create custom loop as like in front page.
Added Permalinks Shortcode on WordPress
wptricks.net - Shortcode is another WordPress wonderful API, with shortcode we can added content easily and just work ;) we only need added some code in our functions.php and we can added permalinks using shortode. Check it out
Display External RSS Feeds
wptricks.net - There are so many method to display External Feeds, On this tips, use some WordPress functions and make it smoothly on in WordPress, You can tweak this code too to make it more better by adding extra content such ...
Display Recently Registered WordPress Users
wptricks.net - For WordPress multiple authors, this tricks will be useful, because you can display recently registered users with easily with simply code. Display Registratered Users on WordPress with Gravatar Please note this code still using directly SQL Query method
Fix readfile Problem on TimThumb
wptricks.net - There are readfile function problem on some server in TimThumb auto resized imaged on the fly. The problem that I currently have is readfile function that disabled by Hosting Server Administrator, they said disabled this function for security reason. So ...