How to change See Details text and add image button to Wpzon

Posted by Lora on 1:40 PM in

Modifying See Details text.


1. Go to Plugins -> Editor and choose Wpzon.

2. Search for See details and replace it with Visit store or whatever you would like to.

3. Then look for '.$avab.'</div> and replace it with

'.$avab.'</div><a href="'.$link.'" rel="nofollow" style="text-decoration:none;font-weight:600;">'.$seed.'</a>

Do it as many times as needed.



Adding image button


1. Upload your image to your post and then copy the image url. Should look like www.yourdomain.com/wp-content/uploads.....

2. Then look for '.$avab.'</div> and replace it with

'.$avab.'</div><a href="'.$link.'" rel="nofollow" style="text-decoration:none;font-weight:600;"><img src="image url"/></a>

Don't forget to change image url with your uploaded picture's link.

Do it as many times as needed.

0 comments:

Post a Comment