Hi,
I want to customize how posts are listed/dipslayed with the Blog Posts (Grid Layout).
I created a child theme. I can successfully customize how a single Post displayed via includes/loop-index.php,
but I cannot figure out how can I customize the listing, where several posts are displayed.
What file should I edit, where to look?
I would like to display Advanced Cutsom Fields in the listing.
Thanks
Zoltan
Hi zoltan_komaromy!
did you think about using ALB for your blog? because then you would have all the freedom to style it the way you want.
Cheers!
Andy
Hi,
That doesn’t help me. ALB is “static”.
I have to list blog posts but with additional meta information, so I have to modify the blog listing view.
But I couldn’t find where it is generated…
I need a dynamic solution.
Zoltan
Hi!
What is the current blog style set in the Blog Layout > Blog Style settings? If you set it to grid, you can modify the config-templatebuilder > avia-shortcodes > postslider.php file.
Regards,
Ismael
Thanks, it works!
I’ve used this solution to overwrite the shortcodes in my child them theme:
https://kriesi.at/support/topic/how-do-i-override-an-avia-framework-class-definition-using-enfold-child/
Regards
Zoltan