Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1051249

    I would like to have the excerpts and “Continue Reading” links removed from my posts. I’ve been looking for a particular file in which to disable, but I’m not finding it. Do you know where I can find this code? Thanks!

    #1051751

    Hey KMC,

    I inspected it via web inspector and I don’t think it’s in the file it’s most likely inside the content.
    Please give us temporary admin access, so we can try to inspect it further in the backend.
    You can post the login credentials in private content, so it’s only visible to the moderators.

    Best regards,
    Nikko

    #1051759

    If you are using the Chrome browser, right hand click on the element and Inspect it.

    Once you know the name of the div, just add a CSS selector to hide it.

    eg:

    .continue-reading a {display:none!important;}

    You may want to hide the parent div of the link rather than the a link but just play about until it goes. Same goes for the excerpt.

    In this example I am removing the read more link and the Comments and / divider.

    .slide-meta-del {display:none!important;}
    .read-more-link {display:none!important;}

    Hope that helps.

    #1052016

    Hi KMC Indy,

    Did you get it working for you?


    @DigitalEssence
    thank you for your input.

    Best regards,
    Victoria

    #1056019

    Sorry, was not able to get to updating for a bit.

    #1056280

    Hi KMC Indy,

    Here is a thread for you to consider
    https://wordpress.org/support/topic/hiding-removing-continue-reading-%E2%86%92-link/

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.