Irvan Indrayana
asked 8 years ago

How to make website link in testimonials (red marked) open in new tab?

testimonial page

1 Answers
Allen
answered 8 years ago

@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>


irvanindrayana
replied 8 years ago

Thank you very much.

Powered by DW Question & Answer Pro