Active
Project:
Inf08
Version:
6.x-1.8
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Sep 2009 at 11:27 UTC
Updated:
4 Sep 2009 at 10:34 UTC
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
Comment #1
macrodesign commentedTitle fix
Comment #2
kong commentedHi,
Thanks for the feedback. I'm glad you like it :)
Everything is located in the
template.phpfile (except the theme settings, of course). For taxonomy terms layout it's being processed inphptemplate_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']).Comment #3
macrodesign commentedThank you very much. Let me give it a try and get back to you.