• Resolved alessandromenchetti

    (@alessandromenchetti)


    I would like to make it so the meta data for any page I create is not shown. (I want to remove this line: June 12, 2019by Alessandro Menchetti)

    Thanks

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Good morning @alessandromenchetti

    Looks like you already did it? I can’t see any metadata on the page you provided

    Thread Starter alessandromenchetti

    (@alessandromenchetti)

    Hello @nodarik,

    Yes I taught myself some CSS and added some to hide the meta data. For any others (not sure if it will work with different themes) the code is used is this:

    /*Remove page title and date and author and edit link*/
    .post-meta {  
    	display: none!important;
    }
    .post-title { 
    	display: none!important;
    }
    .entry-title {
    	display: none!important;
    }
    .post-edit-link {
    	display: none!important;
    }

    I will mark this as resolved and thanks for the reply!

    @alessandromenchetti thank you for sharing solution ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing Meta Data From a Page’ is closed to new replies.