• I have several posts with external links. They work fine on the main page. If I access the posts by clicking on a catagory link or through the monthly archive, the posts no longer have any links.

    Am I missing something? What is going on here?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Your theme likely has an archive.php or category.php.

    In that file, I bet you’ll find the_excerpt() instead of the_content in The_Loop.

    If so, you might swap them.

    Thread Starter rgrahame

    (@rgrahame)

    Many thanks!

    I found two Archives files and edited them in the Theme editor. I copied the contents into a text editor and used Find. Then I replaced the_excerpt() with the_content. This returned a list of the posts that I could click to see, however, when I added the brackets to match the_excerpt(), everything was fine.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Exteranl links lost’ is closed to new replies.