WordPress Breadcrumbs Without Plugin (advanced and easy method)

Breadcrumbs is an important element of a web site navigation and WordPress doesn’t have a default way of creating breadcrumbs. You have to include the Breadcrumbs on your own themes, either by adding some code to your theme’s files or by using a plugin. Here are some ways to create breadcrumbs in WordPress for you [...]

Tags: , , , , , ,

26.Sep.11 Tips Comments (0)

Delay RSS Feed publishing

You hit “Publish” instead of “Save Draft” or “Preview” on the post you are working on and have to hurridly edit it and put it back into draft status. Or you may notice some glaring error that needs correcting. What this snippet does is delay the updating of your RSS Feed, add the following to [...]

Tags: , , ,

24.Sep.11 Tips Comments (0)

Display Post Thumbnails in the Feed

Lots of themes these days make use of post thumbnails or featured images but these aren’t included in your RSS feed by default. To add them in, add the following to your theme’s functions.php file. // show post thumbnails in feeds function diw_post_thumbnail_feeds($content) { global $post; if(has_post_thumbnail($post->ID)) { $content = ‘<div>’ . get_the_post_thumbnail($post->ID) . ‘</div>’ [...]

Tags: , , , ,

24.Sep.11 Tips Comments (0)

Add Expires Headers to WordPress

This article have explained how you can add expiry header to your image, javascript and css files to speed up your site when loading. Adding expires headers do not affect the site load time for a first time visitor but you will be surprised how much the page load time decreases (faster page load) for [...]

Tags: , , , , ,

21.Sep.11 Hosting, SEO, tips, Wordpress Comments (0)

Create Twitter Button with Counter in WP

As seen on the title, we will discuss how to create a twitter button to your web. Twitter button is different from the kind of tweetmeme or retweet button because it is the official twitter button. Now some websites has replaced its tweet button with this official button. The reason of to use this button? [...]

Tags: , , , , , , , ,

24.Jul.11 Internet, Wordpress Comments (0)

:)