I have a WordPress website where I only have the Editor role, not Administrator access. This means I can create and edit articles, and I can add Custom HTML blocks inside articles.
I want to make an anchor link appear as a clickable link inside the article title, including on the homepage where the article is listed.
For example, if the title contains:
Google
it should display as a clickable "Google" link.
However, this website appears to sanitize or block HTML inside post titles.
I have already tried several AI solutions. The best result I got was code placed inside the article content that makes the link appear in the title when viewing the individual article page. But on the homepage and article listings, the title still appears as plain text and the link is not clickable.
I need a solution or workaround that will:
Make the anchor link clickable in the post title.
Work on the single article page.
Also work on the homepage and post listing pages where the article title is displayed.
Not require Administrator access (Editor access only).