Marko Jaric
asked 8 years ago

When I click on the title of a Top Story Post within the news slider, it just ony displays the featured image for that post and does not open the post so that it can be read.

1 Answers
DominicStaff
answered 8 years ago

Please accept my apology for the delay in getting back to you. To resolve this issue, you can open the file : dw-focus\inc\widgets\dw-focus-news-slider.php, go to line 134 .
Replace the code there with this :
<li data-slide-to="<?php echo esc_attr( $k ); ?>"< ?php echo $k == 0 ? ' class="active"' : ''; ?>> <a href="<?php echo the_permalink(); ? rel="nofollow">">< ?php the_title(); ?></a></li>

Hope this helps !

Powered by DW Question & Answer Pro