Jan 31

A little WordPress education first: WordPress has built-in logic so that when a Category is selected, it first looks for a program file named category-X.php. The –X is the category ID number. So if you have a template for a category named “Motorcycles” and its ID number is 9, then the file you create would be named category-9.php.

If this file is not found for the category, the code logic then looks for a program file named category.php, if this is not found, then it looks for archive.php, and finally if that is not found, it looks for index.php. Most Theme designers will include at least the archive.php and index.php program files.

To get started creating your custom category page template you will need to use a text editor like notepad or some other file editor.

  1. Review this article to learn how to discover your category ID numbers.
  2. Make a copy of archive.php and save it with the name category-X.php, using the Category ID number you determined in step 1, in place of the “X”.

Now you have a category-specific template that you can modify in order to create a unique page for this category.

Let’s create a custom template for our “Motorcycles” category by adding a header tag that tells Visitors what Category they are viewing along with a unique image.

  1. Open your new category-x.php file.
  2. To add a category-specific Title, in this case, “Motorcycles”, add this header tag code snippet within the content area*:
    <h1><?php single_cat_title(''); ?></h1>
    (Review the WordPress codex to learn more about single_cat_title() )
  3. To add a unique image that designates the Category, add this code snippet below the header tag code:
    <img src="<?php bloginfo('template_url'); ?>/images/motorcycles.png"
    alt="<?php bloginfo('name'); ?>: <?php single_cat_title('',); ?>" />

    (Make sure that you have uploaded your image and that you have the correct path to where you have the image, in your code)

  4. Save the file and test results of your new category-specific page template.
  5. Of course, you may need to do some CSS tweaking to achieve proper spacing, etc.

Here’s an example of the entire category-X.php file:

<?php get_header(); ?>

<div id="content">

<div id="contentleft">

<div class="postarea">

<?php include(TEMPLATEPATH."/breadcrumb.php");?>

<h1><?php single_cat_title(''); ?></h1>

<img src="<?php bloginfo('template_url'); ?>/images/motorcycles.png" alt="<?php bloginfo('name'); ?>:
<?php single_cat_title('',); ?>" />

<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h1><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h1>

<div class="date">

 <div class="dateleft">
 <p><span class="time"><?php the_time('F j, Y'); ?></span> by <?php the_author_posts_link(); ?> &nbsp;
<?php edit_post_link('(Edit)', '', ''); ?> <br /> Filed under <?php the_category(', ') ?></p>
 </div>

 <div class="dateright">
 <p><span class="comment"><?php comments_popup_link('Leave a Comment', '1 Comment', '% Comments'); ?>
</span></p>
 </div>

</div>

<?php the_content(__('Read more'));?><div style="clear:both;"></div>

<div class="postmeta2">
 <p><span class="tags">Tags: <?php the_tags('') ?></span></p>
</div>

<?php endwhile; else: ?>

<p><?php _e('Sorry, no posts matched your criteria.'); ?></p><?php endif; ?>
<p><?php posts_nav_link(' &#8212; ', __('&laquo; Previous Page'), __('Next Page &raquo;')); ?></p>

</div>

</div>

<?php include(TEMPLATEPATH."/sidebar.php");?>

</div>

<!-- The main column ends  -->

<?php get_footer(); ?>

Want to take your WordPress Category-Specific Template to another level? What happens if you have child-categories? For the newbies, these are categories assigned to a Parent category. An example would be the example “Motorcycle” category as the parent and then having child-categories like “Harley Davidson”, “Honda”, “Suzuki”, etc.

Jan 30

Tonight Busby SEO Test blog will share about a free Wordpress theme yet with a quality as a premium theme, the theme I would like to share now is Mahusay. This theme filled with:

  1. Featured post gallery,
  2. Twitter account integration,
  3. Tabbed Sidebar,
  4. Automatic Thumbnail Resizer,
  5. Feedburner Email Subscription,
  6. Adsense ready and other ads blocks easily customize via an Option Page.

Here’s Mahusay Wordpress Theme Screenshot:

Mahusay Wordpress Theme Screenshot Download

And here’s I give a short tutorial on how to install the theme correctly and easily, so it will save your time, ok follow me:

Required Plugins and Scripts:

  • Featured Content Plugin
  • Popularity Contest
  • TimThumb PHP Script

Installation:

  1. Upload tt-scripts folder in your WordPress root folder (this is where your wp-config.php is located).
  2. Upload the content-gallery and popularity-contest folders in the /wp-content/plugins directory.
  3. Activate Featured Content Gallery and Popularity Contest plugins.

Customizing Featured Content Gallery:

  1. Go to Settings > Featured Content Gallery
  2. Recommended settings:
    • Gallery Width in Pixels: 606
    • Gallery Height in Pixels: 220
    • Text Overlay Height in Pixels: 80
    • Category Name: featured
    • Number of Items to Display: 3
  3. Then Update Options.

Options Page

Mahusay Options Page

Customizing Options Page:

  1. Go to the General Setting and fill in your:
    • Primary Author (optional)
    • Twitter Username
    • FeedBurner ID
    • Category Slug 1
    • Category Slug 2
    • Category Slug 3
    • 3 Adsense codes
  2. Go to the Custom Advertisement Settings and fill in your:
    • Full banner header codes
    • 4 Square banner header codes

Additional Customization:

  • Changing the About The Author Photo:
    1. Your Gravatar is the default photo. Get a Gravatar now if you don’t have one.
  • Changing the About The Author info:
    1. At the WP Admin Panel, go to Users > Your Profile > About Yourself > Biographical Info
    2. Write a brief author information.
    3. Then Update Profile.
  • Changing the Logo:
    1. Use the logo.psd found at the /mahusay/images folder.
    2. Edit it using your favorite graphics application.
    3. Save as background-sitename.gif and upload it at the /wp-content/themes/mahusay/images folder.

Custom Fields

Mahusay Custom Fields

  • Posting a Featured Content:
    1. Write a post and place it at the “Featured” category.
    2. In your post, go below the Custom Fields section.
    3. Key: articleimg
    4. Value: url of the image (with at least width: 606px and height: 220px)
    5. Then click Add Custom Field.
    6. Save or Publish your post.
  • Changing the default post thumbnail:
    1. In your post, go below the Custom Fields section.
    2. Key: paddimage
    3. Value: url of the image in the uploads folder (i.e. /wp-content/uploads/2008/11/thumbnail.png), don’t worry about the size because it will be resized automatically.
    4. Then click Add Custom Field.
    5. Save or Publish your post.

Ok I guess you want to see the whole looks of the theme thus here’s the demo:

Demo Mahusay Wordpress Theme.

Download Mahusay Wordpress Theme.

Jan 30

Get more sales from your web pages by writing effective marketing copy. People rarely read web pages - they scan to save time. Within the first 4-10 seconds your average user has scanned all your information and because of the limitations of time and screen space you need to ensure what you say is what the user wants.

Your headlines need to grab attention, your copy needs to invoke desire and your “calls to action” need to persuade your visitors to make that sale.

Here are our top tips to make your web pages effective in turning your visitors into customers.

1. Upside down pyramid method. Place all your important information at the top of the page Some visitors may never get to the bottom of your page.

2. Grab attention with well written headlines. Just like turning the pages of a newspaper you need to grab the readers attention with a snappy headline. Use sub headers to keep interest and draw them through the article.

3. Write strong first sentences. A strong first sentence in any paragraph is known as a “lead”. Writing a strong lead and including a reward will pay dividends. Sentences like “Save money by…” and “Earn points with …” hook the reader with benefits.

4. Be active in your sentences. Make the subject perform the action using sentences like “digital cameras give good results” as opposed to “you can get good results from didgital cameras”. Being active is more positive and instills desire in the reader.

5. Focus on the second person. Talking about benefits rather than features using the second person tells the reader what they will get. Empower your reader using “you” and “your” to imply personalistion and ownership benefits. “Your sales will improve…you will improve your golf swing…” etc.

6. Keep it short and write vivdly. People don’t have time to read long winded pages. Use short words and sentences, be informal and use specific nouns and verbs. Don’t make it long winded with flowery adjectives and so on.

7. Forget jargon. Don’t expect your readers to understand the latest jargon for your products ans services. Keep things straightforward and simple.

8. Keep everything above the fold! Remember you have 4-10 seconds to impress your visitor to entice them to stay and make the sale. Make sure all your important information is above the fold - above the area before they have to scroll. Make sure your calls, to action such as buy now, call me now actions are visible - don’t make the visitor have to work to buy your product otherwise the sale is gone.

Jan 25

In search engine optimization, the only constant is change. You can get sort of comfortable with that, because small changes aren’t that hard to deal with, really.

But Aaron Wall of SEOBook.com is making a call that Google’s Ranking Variables are going to change - big time.

Read his post. There are big implications for business online. Try this:

The future of SEO, therefore, will be increasingly about engaging people. The search engines will be measuring the signals users send. In the past, it’s all been about the signals webmasters send i.e. links and marked up content … [but] you’ll also need to think about the users - and the signals they send - in order to future proof your site.

It is hard not to feel frustrated that the rules can change on such a fundamental level.

A lot of business owners are just starting to get their head around relevant content and good links. Those will still matter. But as Aaron points out, the signals users send will matter even more.

Oh well, nothing to do but roll up the sleeves and help find the tools and services that help business do what they need. A time of major change represents both challenge and opportunity.

Jan 25

n today’s post we are going to look at a great Wordpress plugin that I use called Headspace2. This is a fantastic plugin that assists in your SEO for your blog.

The Headspace2 plugin can be searched for and uploaded through the platform if you are using Wordpress 2.7 or later, otherwise it will have to be downloaded and FTP across to your server where your blog lives. Once installed, you must activate the plugin and you are ready to start using it.

Headspace2What Headspace2 does, is allow you to put in the title tags and site description that you want showing when your site is indexed and shown by search engines. If you don’t have this installed, then you are at the mercy of the search engines as to what they will display for your blog posts.

Under the settings section of your Wordpress admin are, you can make any changes to the plugin settings that you feel are necessary, so that you can really optimise it for just not posts, yet for all the other pages and categories of your blog too.

When you are using Headspace2 for day to day blog posts, you will now have an area below your post you are writing, that allows you to put in not only the title you want displayed in the search engine, yet the description of the post too. Can you see how powerful this can be in regards to getting found more easily?

There are a lot more settings within Headspace2 that you can tweak, so I suggest that you add it too your blog and make the most of what this great plugin has to offer.

Jan 25

If you’re coding in PHP a lot, PHPXref is one of the coolest tools available. It allows you to browse large portions of source code, and find where functions, variables and constants are defined and referenced.

As the PHPXref of WordPress I used to use isn’t available anymore, I decided a couple of weeks ago to build my own, which you can find at xref.yoast.com.


PHP Cross Reference of WordPress from Joost de Valk on Vimeo.

I’ve made a video of how to use it, as it might not be so obvious at first sight:

If you think you’d like to use it but have questions left, feel free to ask, of course!

Jan 25

Live Demo

Download

Jan 23

News CMS is - as the name implies - a news-slash-article-slash-cms WordPress Theme. The goal here was to provide a customizable theme that could be turned into any given news site with as little as a graphical face lift. The emphasis with News CMS is on customization rather than aesthetics. It’s one of the very first themes I did with the intent of release (about a year ago), but it still holds up so I figured I’d take some time and package it up as a Thanksgiving freebie.

News CMS uses quite a few plugins, but I’ve included them in the download to make life a little easier for you. This theme still functions without any of them, but I strongly recommend you install them as the site functions much more like a news site with their aid.

Download: news cms latest (2.68 MB)

Jan 23

Color: white
No. of Columns:3
Fixed Width

The Themes Have The Adobe Illustrator Files Included With It.
License: Free to use must keep footer intact as it is.

Jan 22

All Things Digital 

By this time, I think all of you know that I’m an avid rabid fan of WordPress, the free open source content management software that powers not only my own web site but also that of my travel and tourism design company, Getaway Graphics. In fact, these days I use WordPress to power just about everything from photographer’s web sites to restaurants, universities, pubs and farm orientated sites.It’s not because it’s free (although that’s a great reason) it’s also because the tool has made life easier for my clients by providing an easy to upgrade, easy to use interface for routine monthly maintenance to complex marketing tools.

 

Computers (Linux) - TOP.ORG TOP WEB ROMANIA Page Rank Check web2blue