15 lines
323 B
PHP
15 lines
323 B
PHP
<?php
|
|
/**
|
|
* Adds the link to permalink.
|
|
*
|
|
* @author ThemeFusion
|
|
* @copyright (c) Copyright by ThemeFusion
|
|
* @link https://avada.com
|
|
* @package Avada
|
|
* @subpackage Core
|
|
* @since 5.1.0
|
|
*/
|
|
|
|
?>
|
|
<a href="<?php the_permalink(); ?>" class="product-images" aria-label="<?php the_title_attribute(); ?>">
|