Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter prb11

    (@prb11)

    I think you’ll find your answer under Tag tags on this page:
    http://codex.wordpress.org/Template_Tags

    I tried that link but it doesn’t make it too clear for me as to what code I need to put where to show the tags at the bottom of the post as well as the category used and also how to show a list of the tags used on a seperate page.

    Thread Starter prb11

    (@prb11)

    I’m trying to sort my categories so that the ones with the most posts are at the top.
    I used this code in the sidebar:

    <?php wp_list_cats(‘sort_column=count&orderby=DESC&optioncount=1&hierarchical=0’); ?>

    I have tried DESC and ASC but for some reason the categories with the most posts remain at the bottom? What am I missing?

    Thread Starter prb11

    (@prb11)

    Ok, so I use a modified version of the default theme. How do I go about showing my tags at the bottom of a post in the same way I currently show the Categories?

    Is it possible or easy to transfer categories from previous posts over to tags or would I need to go through individual posts and edit them all manually?

    Thread Starter prb11

    (@prb11)

    Thanks, I will take a look at it.

    While on the topic of Categories, I have been reading quite a bit and cant get my head around what is better to use, Categories, Tags or both and what the real difference is between them? If using Tags in place of Categories can you have them showing on a site in the same way Categories do?

    Thread Starter prb11

    (@prb11)

    Cheers, I am in the middle of upgrading to the latest version so assuming that all goes ok, I will try your advice and see how it goes.

    The site is, http://www.cycleseen.com but may be down at the minutes.

    Thread Starter prb11

    (@prb11)

    Unfortunately I cannot find that line. It might be my version (I am currently looking into upgrading to the latest version, but in the mean time…) but this is the king of code I have on the Style sheet and what I have it set to, yet when I click more on a post it still has it single spaced:

    #content {
    font-size: 1.2em
    }

    .widecolumn .entry p {
    font-size: 1.2em;
    line-height: 2.0em;
    }

    .narrowcolumn .entry, .widecolumn .entry {
    line-height: 2.0em;
    }

    .widecolumn {
    line-height: 2.0em;
    }

    .narrowcolumn .postmetadata {
    text-align: left;
    line-height: 2.0em;
    }

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)