I copied archive.php to my child theme. I am using the blog-grid style. I want to modify the HTML of the grid to display custom field values, but I’m not seeing the HTML in this file. At the end of the query I see:
echo '<div class="entry-content-wrapper">' . $blog->html() . '</div>';
But where can I find the HTML?
Hey Bryan,
Thank you for the inquiry.
The html function for the grid style is in the enfold\config-templatebuilder\avia-shortcodes\postslider\postslider.php file. You can override this file in your child theme. Please check the instructions in the link below.
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb
Best regards,
Ismael