https://kriesi.at/support/topic/how-to-remove-the-author-link-in-posts/
Relative to this topic, the solution works but what code do I have to type in fonctions.php to do the same ? So, I will not have to modify this every time I will update the theme… Thanks !
Another question relative to this post : how can I do the same for the category links (I mean keep the text below the posts but disable the link to each category) ?
Thanks !
Hey fcp!
Please create a child theme as mentioned in the below link to avoid losing any customization when you update the main theme
http://kriesi.at/documentation/enfold/using-a-child-theme/
What you are asking could possibly be done using CSS please share the link to the page where we can see the element in question :)
Cheers!
Vinay Kashyap
Hello,
Yes, I already have a child theme.
That is the reason why I would like to know the CSS code to make disable the links to the author and category below all my posts (keep the texts but disable the links).
Thanks
Hi!
Sure, what is the link to the page where we can see the element in question :)
Regards,
Vinay Kashyap
What the page has to do with the code ? It is simply a masonry page with my posts…
Thanks
I only need the base of the code to do this. I will adapt it myself after that.
Thank you
Hey!
We need it to provide you accurate custom CSS code.
Please try adding following code to Quick CSS
.post-meta-infos { pointer-events: none !important; }
Regards,
Yigit
It works perfectly !
Thanks Yigit !