Jump to content

Field Value "Customize Layout of Custom Fields" didn´t runs for me


PeterD
Go to solution Solved by Alejandro,

Recommended Posts

Want to display a fieldname without formatting html text and want to use this

https://www.jreviews.com/docs/theme-resources/customize-layout-of-custom-fields#field-value

<?php echo $CustomFields->fieldValue('jr_fieldname',$listing); ?>

But this didn´t runs for me. I get only the word "value".

The other code examples runs

<?php echo $CustomFields->field('jr_fieldname',$listing); ?>

 

Link to comment
×
×
  • Create New...