Remove hyperlink from blog post titles?
-
Can I remove the hyperlink from blog post titles? It takes the reader to the same post, which is redundant.
The blog I need help with is: (visible only to logged in users)
-
-
If blog titles have a unique css class you could use:
.className { pointer-events: none; cursor: default; } -
You can’t do this if you don’t have the Custom Design upgrade. But you shouldn’t do it anyway, as it’s not redundant: what you see when you view a single complete post and what you see on a category or other dynamic page isn’t the same.
- The topic ‘Remove hyperlink from blog post titles?’ is closed to new replies.