• Resolved mdomfu

    (@mdomfu)


    Hi.
    I’m building a theme for the acordion view.
    I want to show ONLY the custom fiels when click on the arrow.
    I know this is the code I need to mody
    <?php echo $this->render->vsingle(array('id' => $event->data->ID, 'layout' => 'm2', 'occurrence' => $date)); ?>
    but I cant find the code to put only the custom fields.

    This is not working
    <?php $this->display_data_fields($event); ?>

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mdomfu

    (@mdomfu)

    Solved

    • This reply was modified 3 years ago by mdomfu.

    Can you provide the solution? I have a similar problem, showing the custom fields in the grid layout. Can’t get it to work with

    <?php $this->display_data_fields($event); ?>

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add custom fiels to list-render.php’ is closed to new replies.