Private: Home › Forums › WordPress Themes › Metropolis – Clean Multipurpose WordPress Theme › link to shot code title › Reply To: link to shot code title
September 10, 2014 at 2:29 pm
#259
Participant
Hi.
Go to /wp-content/plugins/metropolis-core/includes/shortcodes/shortcodes.php and edit line 1497:
Change code from
section class='title'>
<h2>{$title}</h2>
<span>{$subtitle}</span>
</section>
To
section class='title'>
<h2><a href='some-link-here.hrml'>{$title}</a></h2>
<span>{$subtitle}</span>
</section>
For all the future theme modifications, please hire a freelancer or someone who is able to solve your requests, as we only provide support for bugfixes and similar, not theme modifications.
Robert