Developer
Supported
Field Value
Back to this add-on's main page
View Other Add-ons From Laisvunas
Field Value not rendering
General
|
Chris Arnold
|
| Posted: 22 September 2011 11:38 AM |
|
|
|
|
I cannot seem to get Field Value to render. I tested with just {entry_id} inside the div, and it’s pulling the ID properly. For some reason though field_value isn’t grabbing the custom field. This is being used inside your child_categories tag pair.
{entries_start} {exp:field_value entry_id="{entry_id}"} <div> {field_value_product-number} <span><a href="/{segment_1}/{segment_2}/{url_title}/">{title}</a></span> </div> {/exp:field_value} {entries_end}
|
|
|
|
|
Laisvunas
|
| Posted: 22 September 2011 12:03 PM |
# 1
|
|
|
Developer
|
Hi Chris,
Check if exp:child_categories tag has parameter
parse="inward"
without this exp:field_value tag will be parsed earlier than exp:child_categories tag and will not output anything.
|
|
|
|
|
Chris Arnold
|
| Posted: 22 September 2011 12:09 PM |
# 2
|
|
|
|
Arg, that was it! Thank you again for your help. Your add-ons have been of great help.
|
|
|
|