Hi All,
I am having problems accessing and displaying a child category, see below. The scenario is based on forklift Manufacturer/Model
CATEGORY GROUP NAME - Manufacturer ID Category Name 115 Clark 118 Combilift 214 - C4000 113 Crown 71 Daewoo 171 - D25S-3 58 Doosan 206 - D25-G 204 - D30S-5
Clark, Combilift, Crown, Daewoo, Doosan are all manufacturers. Anything with - is a model.
I want to be able to display the Model in the following HTML tags: <tr> <td>Model:</td> <td >{…}</td> </tr>
Any suggestions, I was using the following format which display all the other category groups which clearly I don’t want to do:
{exp:weblog:entries limit="1"}
{categories}
<td>Category:</td>
<td>{category_name}</td>
{/categories}
{/exp:weblog:entries}
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.