Replace Source or Via with a button

Posted in: Newspaper
Post count: 1

Hello,

Thanks for the great theme..

I searched but could not find. I want to replace the source and via words with a large button (for buy now) with my affiliate link. How can I do that? And also I want to make the position centered.

Thanks

  • This topic was modified 12 years by pitt1984.
Post count: 3343

Hello,
Replace with this code

$buffy ='';
$buffy .= '<div style="text-align: center">';
$buffy .= do_shortcode('[vc_button title="Button" target="_self" color="default" href="#"]');
$buffy .= '</div>';
return $buffy;

all from this function like here: http://screencast.com/t/6zHDP7U1sQd
and change the title of the button and the href link.

Thanks!
Happy New Year 2014!!!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.