Page 1 of 1

CGBlog - Field Definitions and templating - SOLVED

Posted: Mon Jun 15, 2015 8:16 pm
by nosyguy
I have tried several things to get my custom fields to show in different areas of my template besides the "group them all together" fields at the bottom.

I thought it would be as simple as:

Code: Select all

{$entry->custom_field_name_here}
when this didn't work, I tried several variables and can't seem to find the right code.

Help?

TIA
nosyguy

Re: CGBlog - Field Definitions and templating - SOLVED

Posted: Mon Jun 15, 2015 9:17 pm
by nosyguy

Code: Select all

{$entry->fieldsbyname.field_name_here->value}