Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #581690

    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 !

    #582564

    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

    #583559

    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

    #583809

    Hi!

    Sure, what is the link to the page where we can see the element in question :)

    Regards,
    Vinay Kashyap

    #584108

    What the page has to do with the code ? It is simply a masonry page with my posts…

    Thanks

    #584112

    I only need the base of the code to do this. I will adapt it myself after that.

    Thank you

    #584117

    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

    #584125

    It works perfectly !

    Thanks Yigit !

    #584132

    Hi!

    You are welcome, always glad to help :)

    Regards,
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Disable author and category links below posts’ is closed to new replies.