• I look after this website https://jimdowlingfestival.eu/

    and over the last few months I noticed that the post links from the blog/posts page were not working page.
    https://jimdowlingfestival.eu/news/

    the links on the Post titles or the Featured Image links are not working

    all other links seem fine, newer or previous post etc

    The theme is called Adapt by WP Explorer, but the administrator does not seem to be answering anyone anymore.

    Anyone got any idea how to get the links back working

    thanks
    Mike

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    Looks like none of the titles or images are pulling the permalinks for the post in question. Your link tag comes back empty. You would have to figure out which file is working that /news/ page, most of the time its index.php.

    If you can copy and paste the code from index.php onto here as code, I can help you figure out how to possibly fix the issue.

    Thank you,

    Regards,
    Artur

    I was having the same issue with this theme and I think I isolated the issue in the permalink syntax within content.php.

    Under entries, where the program fetches permalinks for the thumbnails and the titles (2 places) it the program states:
    <a href="<?php the_permalink(' ') ?>"

    which should be:
    <a href="<?php the_permalink( ) ?>"

    I eliminated the apostrophes and the links now work.

    p.s. I’m pretty new at this and I’m not sure if this is the best solution but it worked for me. Hope this helps.

    Thread Starter Creactive Studios

    (@creactive-studios)

    Hi guys,

    Sorry for the tardiness in getting back.

    Cheers thesquid1040 – I will try what you did there and see if it works

    if not I will paste the code from index.php onto here and see if Artur Bobinski can see anything

    thanks guys
    hope this works first

    Mike

    Thread Starter Creactive Studios

    (@creactive-studios)

    Hi again guys.

    Yes thesquid1040

    I followed your lead and it worked, from your code only on the thumbnail but by going to the H2 link and doing the same it worked for the Title link as well, happy days

    ” to

    and

    <h2>” to <h2>

    cheers guys
    Mike

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Blog Page Links not working’ is closed to new replies.