This topic has 3 replies, 2 voices, and was last updated 10 years by SQadmin.

  • Author
  • #5104
     joninhas
    Participant

    How can i remove date from posts?

    #5182
     SQadmin
    Keymaster

    Add this css to sweetdate-child/style.css or in WP admin – Sweetdate – Styling options – Quick css:

    COPY CODE
    
    ul.link-list li:first-child {
        display: none;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #5196
     joninhas
    Participant

    Thanks sqadmin, but this is not the solution i was searching for…
    Because this will only remove from front page, but still on source code and will index on google. I really want it to remove from source

    Thanks in advance

    #5255
     SQadmin
    Keymaster

    You have the function sweetdate_entry_meta in sweetdate/functions.php which you can copy/paste to sweetdate-child/functions.php and remove this occurrence from it:

    COPY CODE
    
    echo '<li><i class="icon-calendar"></i> '.$date.'</li>';
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?