Joomla intro image as read more link
问题 I want to make the joomla articles intro image to behave like the read more, and the title link. So the user clicks the image, and the article loads. I'm not an PHP expert but maybe this is the readmore links code: <a href="<?php echo $this->item->readmore_link; ?>" class="button<?php echo $this->item->params->get('pageclass_sfx'); ?>"> <?php if ($this->item->readmore_register) : echo JText::_('Register to read more...'); elseif ($readmore = $this->item->params->get('readmore')) : echo