Forum Replies Created

Viewing 2 replies - 91 through 92 (of 92 total)
  • Thread Starter Copernicus

    (@copernicus)

    Well, the category description tag (<?php category_description(category); ?>) works great for displaying a description on a page, but I want it as part of the list…

    Currently, my category tag within the sidebar just reads:

    <?php list_cats(0, ”, ‘name’, ‘asc’, ”, 1, 0, 0, 0, 1, 1, 0,”,”,”,”,”) ?>

    Since that’s generating the list, I don’t see how to tweak it to include category descriptions and don’t see how I can use <?php category_description(category); ?> to accomplish that goal.

    (Thanks for any & all help, though!)

    I am new at this as well, so take my advice with a grain of salt. But, in my tinkering with themes, I have experienced your same issue & have found that the following is a solution:

    replace something like:
    <img src=”images/header.jpg” width=”300″ height=”25″ alt=””>

    with this:
    <img src=”<?php bloginfo(‘stylesheet_directory’); ?>/images/header.jpg” width=”300″ height=”25″ alt=””>

Viewing 2 replies - 91 through 92 (of 92 total)