Love the theme, really versatile.
I have created some custom fields with the ACF plugin and managed to show these on the single post page, no problem. I can also hide the date field in the Enfold settings, works!
But now, I would like to show some custom fields as well on the blog post grid on the overview pages. Please see the link below.
In which file I should edit this?
Hi originaltours!
Thank you so much for using the theme.
What is the password? Are you using the Blog Posts element? Try to edit the loop-index.php file inside the includes folder.
Best regards,
Ismael
Hey!
You need to edit wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider.php. The output of the post data starts below this line:
$output .= "<article class='slide-entry flex_column {$style} {$post_class} {$grid} {$extraClass} {$thumb_class}' $markup>";
Cheers!
Peter
Thanks, got it to work! Can be closed now.