dwm376s
Forum Replies Created
-
Forum: Themes and Templates
In reply to: category_template confusionanother 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?
Forum: Themes and Templates
In reply to: category_template confusionwell 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.
Forum: Themes and Templates
In reply to: category_template confusionvery 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.
Forum: Themes and Templates
In reply to: category_template confusionthanks 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???
Forum: Themes and Templates
In reply to: category_template confusionplug 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?
Forum: Themes and Templates
In reply to: I have a question, need helpjust 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.
Forum: Fixing WordPress
In reply to: WordPress site, without a blogexcellent thank both very much. I knew it could be done.