Post title not per permalink
My posts are clickable link title. How do I disable it and be just titles and not a clickable link?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Save 30% on SiteOrigin Premium with our April sale. Use code APRIL30 .
This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.
My posts are clickable link title. How do I disable it and be just titles and not a clickable link?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Have a different question or issue?
Start New Thread
Replies
4hi
what theme are you using have you a link to your site?
for the vantage theme add this css to your custom css (if you are not using a premium theme you can use simple custom plugin)
this will disable the link in the titles of each post
article.post .entry-header h1.entry-title a, article.page .entry-header h1.entry-title a {
pointer-events: none;
cursor: default;
}
Thank you very much! It worked!
Hi Riasage,
Am happy you have this solved. If you encounter any other issue that you require support for, always feel free to open a thread. At James thank you on this, much appreciated.
Thank you.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.