The native WordPress search does not return very relevant results, thus it makes a lot of sense to add Google Search into your WordPress Blog. In addition, Google Search can be easily integrated with Google AdSense. There are a variety of plugins that allow you to integrate Google Search into your WordPress Blog. I have…..
Shiba WordPress Theme Release 2.4 gives you greater flexibility in customizing your theme images. 1. Custom Thumbnail Support The Shiba WordPress Theme now supports custom post thumbnails (introduced in WordPress 2.9). You can set a post thumbnail while in your Edit Post screen. This thumbnail will be used while showing your post excerpts on your…..
Happy Chinese New Year! 2010 is the year of the Tiger. According to the Chinese Zodiac ‘Tigers’ are brave and very protective of their friends and family. They have a strong wanderlust (desire for or impulse to travel and explore the world) and may sometimes be unpredictable as a result. Tigers are charismatic and not…..
When you insert a WordPress gallery into your blog post, it gets rendered in native WordPress gallery mode. In particular, each of the photos in your gallery gets rendered as a thumbnail, and clicking on the thumbnail will connect you to the photo source file, or the photo attachment page. Here is an example WordPress…..
A light WordPress Winter theme for the current winter months. The white Snow Lady was created using Carrara, Photoshop, and 3D-models from Daz 3D. The header and footer of this page will automatically rotate through the different Winter theme options, so you may see how they look in a WordPress blog format. Note – The…..
One simple way of enabling pop-up windows right from your WordPress posts, is by using the Thickbox javascript library that comes with WordPress. You can link the pop-up window to a HTML input element such as a button, or you can simply link the pop-up window to a HTML hyperlink. Below we show examples of…..
A modern day Cupid with white wings, and baggy jeans. Cupid was created using Carrara, Photoshop, and 3D-models from Daz 3D. The header and footer of this page will automatically rotate through the different Valentine theme options, so you may see how they look in a WordPress blog format. Valentine Header Images Valentine Footer Images…..
[If you want to add custom post type columns, here is a tutorial that deals specifically with custom post types.] Many of the key administration areas within WordPress displays a table containing a list of objects and some of their attributes. For example, the Posts screen displays a table with a list of posts and…..
The WordPress query_posts command allows you to query the WordPress wp_posts database and retrieve post objects (e.g. posts, pages, attachments) based on their attributes. query_posts is used throughout the WordPress administration system, but it is most prominent in the WordPress Loop and underlies all of the WordPress Loop commands, e.g. the_post or the_title. get_posts is…..