Viewing 2 replies - 1 through 2 (of 2 total)
  • edit category.php (or if this is not there, edit archive.php) of your theme, and look for something like (might be slightly different – keep what is and only add what you can see from the following suggestion):

    <h3><?php the_title(); ?>  <span class="sub"><?php the_time(); ?></span></h3>

    change to:

    <h3><a href="<?php the_permalink(); ?>"><?php the_title(); ?>  <span class="sub"><?php the_time(); ?></span></a></h3>

    to make the writing larger (if it is not already larger through the changes before), edit style.css of your theme; and add, for instance:

    #primarycontainer h3 a { font-size: 25px; }

    Thread Starter skinflint

    (@skinflint)

    thanxx !!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Make blog titles in categories clickable’ is closed to new replies.