PeterD Posted September 28, 2023 at 06:48 AM Share Posted September 28, 2023 at 06:48 AM In the instructions https://www.jreviews.com/docs/theme-resources/customize-layout-of-custom-fields#conditionals-based-on-custom-fields there is the following query <?php if ($CustomFields->field('jr_fieldname',$listing,false,false) == 'string'):?> <!-- Conditional output --> <?php endif;?> Doesn't this mean that I have to enter the value of the field for "string" so that it works? But it does not work for me. Link to comment
Alejandro Posted September 28, 2023 at 11:43 AM Share Posted September 28, 2023 at 11:43 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Solution PeterD Posted October 16, 2023 at 12:55 PM Author Solution Share Posted October 16, 2023 at 12:55 PM (edited) This section is only visible with a valid subscription. If you have a valid subscription, please login. Edited October 16, 2023 at 12:55 PM by PeterD Link to comment
Recommended Posts