In my template override for article categories, I am able to fetch the title of each article using the following:
Is there a similar way of also fetching the Intro Image or Full Article Image? If so, how do I do this?
Code:
<h1 class="h-4"><?php echo $this->escape($article->title); ?></h1>
Statistics: Posted by SocketPup — Mon Apr 08, 2024 5:09 pm