Homepage slider – read more button Tagged: homepage slider, read more button This topic has 4 replies, 2 voices, and was last updated 6 years, 3 months ago by Tomas Minnen. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts October 19, 2016 at 2:19 pm #1890 Tomas MinnenParticipant I have made a link to an external website using the ‘read more’ button on the homepage slider. Is there a way to force that external website to open in a new window? October 20, 2016 at 5:33 am #1891 Grace ThemesParticipant Hi, To open a image slider link in new tab needs to add some code (target=”_blank”) in anchor tag Go to Appearance -> Editor -> header.php file Find in line no. 113 <a href="<?php echo of_get_option('slideurl'.$sln, true); ?>"> and relpace with <a href="<?php echo of_get_option('slideurl'.$sln, true); ?>" target="_blank"> Find at line no. 119 <a class="button" href="<?php echo of_get_option('slideurl'.$sln, true); ?>"> and replace with <a class="button" href="<?php echo of_get_option('slideurl'.$sln, true); ?>" target="_blank"> This reply was modified 6 years, 3 months ago by Grace Themes. October 20, 2016 at 8:52 am #1893 Tomas MinnenParticipant Thanks, but the ‘editor’ is not available in my ‘Appearance menu’… How can I enable that. October 20, 2016 at 9:31 am #1895 Tomas MinnenParticipant Forget my last post; I managed to enable the ‘editor’ via the wp_config.php file October 20, 2016 at 9:44 am #1896 Tomas MinnenParticipant OK, thanks for the solution. This worked fine! Author Posts Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In