How to make website link in testimonials (red marked) open in new tab?
1 Answers
@Irvan Indrayana : hi, for your question , you can open file : dw-simplex/dist/inc/testimonials.php
. Then go to line : 164 and add the : target="_blank"
to <a> tag.
or you can change that line to :
'. get_post_meta(get_the_ID(), '_testimonial_job', true) .' at <a href="'. get_post_meta(get_the_ID(), '_testimonial_website', true) .'" target="_blank">'. get_post_meta(get_the_ID(), '_testimonial_company', true) .'</a>
Thank you very much.
Please login or Register to submit your answer