Wordpress

Are you a website developer or web designer looking for a powerful wordpress function to help you with your coding, PHP and learning needs?

1-2 minute reading

Simple Prefetch and Prerender

This is simple funtions to puts html5 Prerender and Prefetch link tag in your WordPress front page and post page to speed up your site. Its currently only supported in Firefox(Prefetch) and Google Chrome(Prerender). add_filter(‘next_post_rel_link’, ‘prefetch_next_post_rel’); add_filter(‘previous_post_rel_link’, ‘prefetch_previous_post_rel’); add_action(‘wp_head’, ‘front_page_prefetch’); /* Add Prefetch and Prenreder to Post Page */ if (!function_exists(‘prefetch_next_post_rel’)){ function prefetch_next_post_rel($link){ $link = […]

0-1 minute reading

WordPress Comment Bubble Plugin

This is easy plugin to add comment bubble count to each post title. Add this feature to your blog post titles by displaying the total count of the comments for that post. Not every themes has this feature included by default, here is the fastest way to do it! It’s use CSS button without any […]

WordPress Plugin: html5 Cache Manifest

Just spent a little time to make an easy way to generate a html5 cache manifest file for wordpress themes. Activate the plugin in WordPress Plugin Panel and the plugin will create a cache manifest file in your current blog theme’s directory. This plugin requires php5 and WordPress 3.1 or newer. Please make sure your blog […]

1-2 minute reading

Use html5 Cache Manifest in WordPress Themes

I am trying use html5 cache manifest to improved WordPress blog’s speed. If you have enabled cache manifest in your server mime-type like: AddType text/cache-manifest .manifest. You may try to do these step. 1. Upload manifest.html, manifest.php to your blog themes directory. File manifest.php is auto generates structure of a manifest file and it’s code adapt from  . I […]

0-1 minute reading

Wrdpress Pathemes Release

WordPress Pathemes is designed base WordPress TwentyEleven. Make it yours with a custom menu, header image, and background — then go further with available theme options for light or dark color scheme, custom link colors, and three layout choices. Please click here to download and feel free to leave comment to improve it.

0-1 minute reading

WordPress New Theme Rehtse Evoli

Rehtse Evoli WordPress Theme can be insert your flickr gallery photos or your fixed photo. The background random with few images and seven days. Of course may it use your own custom background. Three column right sidebar design. Theme Download: WordPress Theme Rehtse Evoli Download Theme Support and Updates: Ask Question Live Preview Site: WordPress […]

2-3 minutes reading

hoPE Theme Setup

Thanks to everyone that download the hoPE Theme for your wordpress blog. Here are some tips and help information to setup your hoPE Theme. hoPE theme designed to display your flickr’s photo gallery or Google Picasa web album on blog. But how to get your gallery’s RSS feed? For flickr user, just browse to flickr […]

WordPress hoPE Theme 2.5

It’s always amend to improved. Thanks for the people that love the theme and leave the comments. Especially appreciated and thanks to Hendrik fixed the JS code. Now I used CSS gradient instead of js gradient( but forget the IE 🙂 ). These may improved the site loading and speed. Another setting like number of […]

Updated: WordPress HoPE Theme

This is version that fixed the problem from you. I added threat comment, fixed JS loading.  The gallery can display more than 10, maybe I will add option to allow user to set the number of photo. Download here:  WordPress HoPE Theme

0-1 minute reading

WordPress hoPE Theme

Do you like  flickr? I have a designed a theme that allow you to include your flickr photo gallery into your blog. Just copy the photo feed into the theme setting. Let your reader share your flickr photo every time you uploaded new photo. You also may customize your header image with your favourite photo […]