All Stories

How to Disable Syntax Highlighting in WordPress 2.8?
HOW TO One of WordPress 2.8 new features is syntax highlighted editor for WordPress files. While the idea was exiting, I must admit I didn’t enjoyed using this new editor.

A Huge Collection of WordPress Code
TIPS If you are a theme designer, or just enjoy customizing your existing WordPress theme, it can sometimes be a hassle digging around for the WordPress code you need. We’ve spent a lot of time to collecting a variety of snippets of code and decided to share it on our site. Here are the snippets of code that we have collect. …

Show related posts without a plugin
HOW TO Displaying related posts is a very great way to help visitors staying longer on your blog. You can use a plugin, but you also can use tags and a custom code to show related posts. Let’s see how to do! This code will display related posts based on the current post tag(s). It must be pasted within the loop. <?php …

How to Only Show Posts With a Specific Custom Field
HOW TO Sometimes you only want to show posts that you’ve added a specific custom field to. For instance, lets say you write songs and movie reviews and for each you give them a custom field “review_type” with the value set to either “songs” or “movie”. So how would you show posts that are only movie reviews? Easily!

Control Max image width into WordPress
HACKS Have you ever had an image show up on your wordpress blog which is to large, causing problems? This is common for WordPress blogs that have so many users, where some users may not know how big they can make the images.

How to Make WordPress Function Like a CMS
THEMES So, you have an established WordPress blog, but you’ve seen the pro bloggers doing it and now you want to turn that blog into a Content Management System (CMS)? Many people probably weren’t aware of this trick (including many web developers), but one neat feature added with WordPress 2.1 was the ability to have a different home and blog page …