[image-intro-url] not working

Search
Other Bug Reports questions
Forum

[image-intro-url] not working

TVBZ's Avatar TVBZ
Hello,

I'm using latest Articles Pro with Joomla 4.0.5.

The [image-intro] works, but [image-intro-url] doesn't work. That just shows [image-intro-url] inside website. I'm using it inside {articles} tag, like this:
<div id="services" class="text-center">{articles category="8"}
  <div class="service card">
    {if image-intro}
      <img src="[image-intro-url]" alt="[title]" />
    {else}
      <img src="https://dummyimage.com/160x160/ebebeb/373f50.jpg" alt="[title]" />
    {/if}
  <h3 class="h4">[title]</h3>
    [text]
  </div>
{/articles}


Please advise
Andrea Malalana's Avatar Andrea Malalana
Syntax is a bit different in Joomla 4. Check the Joomla 4 documentation of Articles Anywhere 🙂
TVBZ's Avatar TVBZ
hah.. didn't realise I was looking at wrong docs. Thanks! 🙂
You can only post on this forum if you log in