Tag: wordpress
WordPress Theme Review : Pinboard by Themify
Pinterest has obviously gotten a lot of attention lately,it focuses on visual appearance to spread your words and it is one of the best way inspire people nowadays. Pinterest is using dynamic grid layout, features an auto stacking layout with infinite scroll. Themify created Pinterest style theme for WordPress name Pinboard that uses an auto stacking…
WordPress Limit Post
This function controls the maximum amount of characters displayed for an entry on the main page. If the set limit is surpassed, the text on the entry will be chopped to that amount of characters, otherwise the content will be showed unchanged. Add following code to functions.php in your theme folder usage : add this code inside…
Cropping Post Thumbnails from Top instead of Center in WordPress
WordPress Posts Thumbnails or Post Featured Images is a theme feature introduced with Version 2.9. Thumbnail is an image that is chosen as the representative image for Posts, Pages or Custom Post Types. The display of this images is up to the theme. This is especially useful for “magazine-style” themes where each post has an…
How to 301 Redirect All 404 Error Pages to Homepage in WordPress
404 Not Found errors are generated when users follow broken/dead links. You’d be amazed how many 404 errors even the best websites have. The quickest fix is to redirect your 404 errors to your home page. Almost every theme that you use with your self hosted WordPress Blog have an inbuilt 404 Page (404.php), which…
Flickr Badges Open New Window jQuery way
I recently added a Flickr Badge to a site and really loved everything about it except that there was no way to have it open the photos in a new window when they were clicked Flickr badge looked like the following – Username – Group The following script would loop back through all of the…
Conditional Tags for WP E-Commerce
The following conditional works when you install WP E-Commerce and you want to add PHP code in page.php .I want to breadcrumbs in pages but doesn’t want it to display on WP E-Commerce Product page, because the product already showing its own breadcrumbs The following conditional tag apple to non-Product Page: The following conditional tags…