Yes, sorry.
I had a problem with links to websites in posts into the categories.
I’ve now sorted that by changing an entry in the archive.php file.
On the way I got tangled up in Permalinks and at one point thought I’d lost the lot.
But persistence pays off and I’m nearly there.
BUT
If I have a post in a category, and the post includes the word zinc, and the html link refers to a zinc plater all is fine when reading the post – you can click the link and go to their website.
If I then search for zinc it brings up the post, but the html link is not highlighted and not active.
Weirdness or a configuration change needed.
Thanks
Tony
Because the page returning the result is probably using the_excerpt() and not the_content(). That is, as I remember, unless the search result is a single post. You will have to edit that template.
Yeah, thats what I did to get them working originally, thanks.
Sorted!
Its in search.php.
I could be good at this eventually!
Tony