Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter dwm376s

    (@dwm376s)

    another question on category-#.php templates:

    I created category-12.php and it formats the category archive just how I intended. I have another category archive that I want to be formatted in the same way, so I created an exact duplicate of category-12.php and renamed it accordingly (category-13.php).

    However, it doesn’t display the category 13 archive in the same manner. Any ideas….I am stumped?

    Thread Starter dwm376s

    (@dwm376s)

    well gave it a crack…and managed to create a catergory-#.php files that works!!! Still doesn’t look exactly the way I want, but functions perfectly. I can experiment with the code to get the look I am after. Thanks again.

    Thread Starter dwm376s

    (@dwm376s)

    very nice!! thank you. Actually this plugin solves to of the things I wanted at once, excluding the category from the sidebar as well as main blog. Thus I can disable the Custom Query String plugin.

    Thank you both for the help. There are a few more things I want to do with categories, but gonna give it a go on my own and see what happens.

    Thread Starter dwm376s

    (@dwm376s)

    thanks Moshu,

    I edited sidebar.php, and go the category to be excluded from the list. By using the following code:

    wp_list_cats(‘sort_column=name&exclude=12’);

    Worked well after I played with it a bit. So my next question for you guys is how do I keep posts in that category from appearing on the main blog page?

    I am guessing that I can simply use the same snippet of code above in the index.php file???

    Thread Starter dwm376s

    (@dwm376s)

    plug in is cool. Pretty easy to use.

    About the exclude. I want to exclude category 12 from the list. So where do I insert the pHp code:

    <ul>
    <?php wp_list_cats('sort_column=name&optioncount=1&exclude=12); ?>
    </ul>

    I would assume in the category.php file. However, my theme doesn’t have a category.php file. So what file do I insert this in?

    just thought i would add this in here…in case anyone searches for this as I did. While the above does remove some of hovering junk. The best way is to delete the NiceTitle JScript Script File. This totally remove any hovering that basically repeats the text already in the link.

    Thread Starter dwm376s

    (@dwm376s)

    excellent thank both very much. I knew it could be done.

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