Free Wordpress Theme - Jewelry Slide Drupal vs Wordpress: The CMS Showdown
Oct 07
  1. <title><?php wp_title(‘–’,true,‘right’); ?> <?php bloginfo(‘name’);?></title>

I prefer a more informative title display to improve SEO for your blog/website.

  1. <?php
  2. function seo_title()
  3. {
  4. $paged = (get_query_var(‘paged’)) ? get_query_var(‘paged’) : 1;
  5. wp_title(‘&laquo;’, true, ‘right’);
  6. if ($paged > 1)
  7. {
  8. echo ‘ Page ’ . $paged . ‘ &mdash;’;
  9. }
  10. echo ‘ ’;
  11. bloginfo(‘name’);
  12. if (is_home() && $paged === 1)
  13. {
  14. echo ‘ &mdash; ’;
  15. bloginfo(‘description’);
  16. }
  17. }
  18. ?>
  19. <title><?php seo_title(); ?></title>

Leave a Reply

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