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.
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.
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!
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.
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?
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.
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.
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.