Andrew

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Image links #97985
    Andrew
    Participant

    Hello,

    I could help you fix it as I’ve had this issue. You would have to edit the code though in the themes if your comfortable with that. Under the path to the folder wp-content/themes/magazine-o/ocean-themes/widgets/widget-news-layouts.php. You have to edit that file everywhere there is (It’s in the file six times):

    From this:

    <a class="image-link" href="#">

    To this:

    <a class="image-link" href="<?php the_permalink(); ?>">
Viewing 1 post (of 1 total)