Plugin

Archived
Forum
(read-only)

Field Value

ExpressionEngine 1.x, ExpressionEngine 2

Back to this add-on's main page
View Other Add-ons From Laisvunas

     

Field Value not rendering

General

Chris Arnold
Chris Arnold

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
# 1
Developer
Laisvunas

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
# 2
Chris Arnold

Arg, that was it! Thank you again for your help. Your add-ons have been of great help.