Re Shortcodes

Beautiful and responsive WordPress theme with amazing parallax effect.
GK User
Thu Jan 03, 2013 11:22 am
Hi , can you advise how i can alter the text {pricetable} shortcode , im aware how to alter everything within the code , but im trying to find where i can alter the text that says signup at the end

the last line of code is

link:/, i would like to alter the text of this link for example to email now or something similiar

thanks
User avatar
Fresh Boarder

GK User
Thu Jan 03, 2013 11:33 am
Hi,

In the gavern/helpers/helpers.shortcodes.php file at the end you will find the following line:

Code: Select all
$output .= '<dd><a class="button" href="'.str_replace('link:', '', $lines[$i]).'">'.__('Sign Up', GKTPLNAME).'</a></dd>' . "\n";


it is responsible for the mentioned fragment.
User avatar
Administrator


cron