WP Theme: SoftwareHolic

January 10th, 2008 Wordpress Themes

WP Theme: SoftwareHolic

Designed for SoftwareHolic, this theme adopts a techno-blue color scheme. The layout is kept simple, making it easy for customers to shop for discount software.

For the prominent logo at the top, you can choose from a variety of fun and web 2.0 Crystal Icons from Yellow Icon. Some examples in above screenshot and instructions below, under Tips & Tricks. I chose the star-in-folder icon as it is more suitable for general blogs.

Features

  • 2 Columns Fxed Width
  • Widget support
  • XHTML & CSS compliance

Changelog

Version 1.1

  • Bugfix: IE6 PNG Transparency

Version 1.2

Version 1.3

  • Bugfix: XHTML validation in comments.php

License

This theme is released under the Creative Commons Attribution 3.0 license, hence please leave the footer links intact.

Preview

SoftwareHolic Demo

Download

Name: SoftwareHolic Theme
Size: 57,70 kBytes
FileType: .zip-File
Downloads: 9139
[Download Now]

Name: Software Theme - Danish Translation
Size: 2,59 kBytes
FileType: .mo-File
Downloads: 353
[Download Now]

Tips & Tricks

How can I change the logo?
Replace the logo.png with your own image (recommended: PNG file, 128px by 128px).
If you need to shift your logo up or down, open style.css and look for #header_logo.
Change the value for “margin-top”. Original is -30px.

Need Help?

Much as I want to provide free support, there are only 24 hours a day.
So if you need a chunk of my time, I’m available for hire.



Top 8 Wordpress Theme Directories

January 7th, 2008 Wordpress

List is sorted by Google PageRank. Should be a useful reference for Wordpress theme authors on where to share their masterpiece. And theme shoppers should go where theme authors go ;)

wpThemesFree
wpThemesFree (PR6)
Collection: 1870 themes
Submission: Fill in form (No registration required)
Approval: Manual review
Link Juice: DoFollow
Note: theme zip file hosted by wpThemesFree, author unable to update themselves

Free Wordpress Themes
Free Wordpress Themes (PR5)
Collection: 1182 themes
Submission: Register and fill in form
Approval: Auto approve
Link Juice: No juice, 302 redirects
Note: 1) theme zip file hosted by freewordpressthemes, author ABLE to update themselves, 2) No link juice but gallery is run by Splash Press Media, whose network includes Performancing, The Blog Herald and more.

Fresheezy
Fresheezy (PR5)
Collection: 241 themes
Submission: Fill in form (No registration required)
Approval: Manual review
Link Juice: DoFollow

wpSnap
wpSnap (PR5)
Collection: 148 themes
Submission: Register and write post in Wordpress
Approval: Manual review
Link Juice:: Selective NoFollow?

Weblog Tools Collection
Weblog Tools Collection (PR4)
Collection: Undeterminable
Submission: Register and post in forum
Approval: Manual review
Link Juice: DoFollow

Themes-WP
Themes-WP (PR4)
Collection: 796 themes
Submission: Register and fill in form
Approval: Manual review
Link Juice: DoFollow
Note: theme zip file hosted by Themes-WP, author unable to update themselves

Kate Theme Viewer
Kate’s Theme Viewer (PR4)
Collection: 617 themes
Submission: Register and fill in form
Approval: Manual review
Link Juice: DoFollow
Note:
theme zip file hosted by Kate, author unable to update themselves

Themespack
Themespack (PR4)
Collection: 129 themes
Submission: Register and write post in Wordpress
Approval: Manual review
Link Juice: DoFollow



WP Theme: Fashionista

January 2nd, 2008 Wordpress Themes

WP Theme: Fashionista

The Fashionista theme was designed for BlogShopr - Singapore Online Shopping in mind. BlogShopr act as a blog aggregator for multiple fashion blogs, hence the content section can be unpredictable, with multiple images of different widths, often times exceeding and overflow the column (example post exceeding 1024 in width) . Thus the need for a fluid column on the right to hold the contents.

And since it’s for a shopping blog, expect to see elements of shopping bags :)

Features

  • 3 Columns Fluid Width
  • Widget support
  • XHTML & CSS compliance

License

This theme is released under the Creative Commons Attribution 3.0 license, hence please leave the footer links intact.

Preview

Fashionista Demo

Download

Name: Fashionista Theme
Size: 42,63 kBytes
FileType: .zip-File
Downloads: 1507
[Download Now]

Need Help?

Much as I want to provide free support, there are only 24 hours a day.
So if you need a chunk of my time, I’m available for hire.



WP Plugin Update: Genki Youtube Comments 1.1

December 7th, 2007 Wordpress

A new Youtube API was released into the wild on 28 August 2007. The old REST/XML-RPC API was supposed to continue to work for at least a year, till August 30th, 2008. So I thought I have plenty of time before I need to update the Genki Youtube Comments plugin.

Unfortunately a few weeks back, the comments feed in the old API was removed and broke my plugin. After some quick reading and patching, the plugin is playing nice again :)

No new features from the new API except now we can grab the last 25 comments (up from 10). Give v1.1 a download here



How to Improve Search Function in WP [Using Google]

October 24th, 2007 Wordpress

Continuing from my previous post on improving WP search function using plugins, I’m going to show you how to integrate Google Custom Seach Engine into your blog. Live demo here.

Advantages include:

  • Results are sorted by relevancy
  • All content in posts/pages (e.g comments) are searchable
  • Make some money by displaying relevant ads using AdSense :)

Hold your horses!

First we need to find out how well Google has indexed your blog. If your blog isn’t properly indexed, Google can’t return relevant results and that would defeat the whole purpose of outsourcing the search function. In that case, you are better off sticking to using search plugins.

Now go to google.com and type in the following and replace my blog url with your own blog.

site:ericulous.com

You will see the number of of pages indexed by Google and of course the search results. Does the number of pages tally with your blog? Are you liking the results returned? There’s no hard and fast rule here. Generally if you have a established blog, you need not worry much. Whereas fresh blogs might not be properly indexed (yet).

Google Custom Site Search

With that out of the way..

Step 1: Create a Custom Search Engine for your blog

A. Login to http://www.google.com/coop/cse/
B. Click on the “Create Custom Search Engine” (big blue button)
C. Fill in the form (sample as below)

CSE Sample Form

D. Click “Next” button and on next screen, click “Finish” button
E. Click on “Control Panel” and then on “Code”
F. Specify the url in your site for the search results to appear (http://ericulous.com/googlesearch for me)
G. For ads, I opted for “Top & Right” (remember to enter your adsense id in “Make Money” tab)

CSE Control Panel

H. Leave this window open as we’ll need to copy and paste the “Search box code” and “Search results code” later

Step 2: Modify theme files

I will be using the Default Wordpress theme for illustration here. Adapt to your theme as and where needed ;)

A. Modify searchform.php
Replace following with the “Search box code” in Step 1H

<form method="get" id="searchform" action="<?php bloginfo('url'); ?>/">
<div><input type="text" value="<?php the_search_query(); ?>" name="s" id="s" />
<input type="submit" id="searchsubmit" value="Search" />
</div>
</form>

B. Create a new page template
1. Duplicate a copy of page.php and rename it googlesearch.php
2. Open googlesearch.php and add the following code at the top
(before < ?php get_header() ?>)

<?php
/*
Template Name: GoogleSearch
*/
?>

3. Replace following code (for maximum width)

<div id="content" class="narrowcolumn">

with

<div id="content" class="widecolumn">

4. Delete the following code (to remove sidebar for maximum width)

<?php get_sidebar(); ?>

5. Delete the following code

<?php the_content('<p class="serif">Read the rest of this page &raquo;</p>'); ?>

and in place, add both the Search box code and Search results code in Step 1H

Step 3: Create a new page in Wordpress

A. Go to Admin Panel > Write > Write Page
B. Enter a page title
C. On the right menu, look for “Page Template” and select “GoogleSearch”
D. On the right menu, look for “Page Slug” and enter “googlesearch”

Now you have the King of Search at your bidding :)



Close
E-mail It