First of All a great theme. Thank you so much.

Second I am using your theme in one of the projects, so much influenced by its clean layout, i would like to ask you to help me with the tags layout in node view & teaser that you have achieved. I mean what is the code and where is it located so i could use it for a custom theme i am using on another site. Please help me. thanks.

Best regards
Danish

Comments

macrodesign’s picture

Title: How did you achieve this? » How to achieve this?

Title fix

kong’s picture

Hi,

Thanks for the feedback. I'm glad you like it :)

Everything is located in the template.php file (except the theme settings, of course). For taxonomy terms layout it's being processed in phptemplate_preprocess_node() function around line 144~190.

What I think you'd be interested most is the block around line 157~187 which takes care of splitting the taxonomy terms into two groups -- the "category" that is displayed along with submitted information ($vars['category']), and other "tags" that is displayed at the bottom of the node ($vars['terms']).

macrodesign’s picture

Thank you very much. Let me give it a try and get back to you.