Jump to content

customize the layout of custom fields in Theme files


NorCal

Recommended Posts

I'm following the instructions in the documentation here:

https://docs.jreviews.com/?title=How_to_customize_the_layout_of_custom_fields_in_Theme_files

So all of this data was being displayed in a huge list within a tab.  I wanted to organize it into 5 collapsible accordion segments within this tab. 
I'm using the field group code:

<?php echo $CustomFields->displayAll($listing,'content','group-name');?>

It was working i.e. the data was displaying as I wanted it to within the accordion but the final step was to as the instructions say, to unpublish the fields in the detail view.  At this point I have the origional long list of data and the redundant accordian segments.  What I want is just the accordion segments.

As soon as I unpublish the data in detail view however the data no longer appears on the detail page at all.

 

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...