Hello,
I have created my drupal site i have used mostly drupal blog content type.
I have uploaded here screenshot and i have made 3 squares about which are my questions.
1. I have used taxonomy module and and I have created category module with my recipes. The tree is perfect but as you see after the text of category the number of the recipes in the category is missing. I want all subcategories to look like the "grilled" one.
2. When I added some blog recipes to a category, this category is shown in the second square but I don't want to show this information there. Can I hide it?
3. My third question relates to the second. I want to have the possibility to change the whole look of blog content like to add other elements as icons etc. I have tried to find where this css files which control this design are stored, but I could not find it.
I want to have more control and option to change the look of the blog, could you help me to customize my blog accordingly my eyesight.

Comments

vm’s picture

1. These are your menus, create a new menu to suit your purpose.

2. remove the variable from node.tpl.php, use some conditional PHP, or create a custom node-CONTENTTYPE.tpl.php file as mentioned in the theme developer documenatation and create your own custom tpl.php file for these nodes.

3. see #2 and the theme developers docmentation section.