Post Pic

How to display your latest tweets on your WordPress blog without any plugin

5 comments

If you’re using Twitter, you maybe want to display your latest tweets on your blog. You can use a plugin for that, or you can use this code to display your tweets without using any plugin.

Post Pic

WordPress tip: Use shortcodes in theme files

6 comments

Many people asked me if it is possible to use WordPress shortcodes in theme files. Yes, it is – Follow this simple recipe to get started!

Post Pic

WordPress tip: Speed up your blog by caching custom queries

7 comments

Is your theme using custom queries? If yes, you should definitely use WordPress Transients API to cache the queries and consequently speed up your blog. Today’s recipe will show you how to cache any custom queries.

Post Pic

WordPress tip: Show admin bar only for admins

4 comments

Introduced in WordPress 3.3, the admin bar is a new version of the controversial “Toolbar” which came with WordPress 3.0. Personally, I think the admin bar is useful only when you’re the blog admin. When you’re a simple contributor, you don’t really need it. So why not getting rid of it, except for admins?

Post Pic

WordPress: Improved the_excerpt() function

1 comment

The the_excerpt() function is useful and very popular among theme developers, but it’s far from being perfect. Today’s recipe showcase an improved the_excerpt() function, which display an excerpt which is not longer than a predetermined length and doesn’t cut off in mid-sentence.

Post Pic

WordPress hack: How to build a network navigation menu

1 comment

Multisites networks are definitely a great feature introduced in WP 3.0+. In this recipe, you’re going to learn how you can create a “network” navigation menu, which list all sites on your network.

Post Pic

How to rearrange WordPress categories order

5 comments

A very common problem with WordPress sites is that you can’t easily reaarange category order. Sure, you can use a custom menu, but for some sites you have to reaarrange the order of your categories. This snippet will show you how to do it easily.

Page 1 of 5412345678»...Last »