How would I change the wording of the LIVE DEMO button on the articles in the Portfolio layout?
Change wording of LIVE DEMO button
burly-nerd1
Hi
open file "/html/com_content/category/portfolio_item.php" in template "purity_iii".
Find this code and replace Live demo
<a class="btn btn-default" href="<?php echo $attribs->get('portfolio-demo') ?>">Live Demo</a>
Ninja locked the discussion.