[Resolved] Disable “Last Updated” Date Link

Home Forums Support [Resolved] Disable “Last Updated” Date Link

Home Forums Support Disable “Last Updated” Date Link

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1322348
    Spencer

    Hi – I have changed my posts to disable the last updated date with CSS. However, there is a hyperlink from the post updated date back to the post. How can I remove that hyperlink? I tried a few of the PHP code examples but I think they were for if you are still using the posted date.

    Here is what my CSS looks like:

    .posted-on .updated {
        display:  inline-block;
    }
    

    .posted-on .updated:before {
    content: “Updated “;
    }

    .posted-on .published {
        display: none;
    }
    #1322385
    Leo
    Staff
    Customer Support
    #1330412
    Spencer

    Thanks, resolved with that link.

    #1330753
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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