Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1810404
Remove entry date published and updated
Closed

Comments

  • Laurent started the conversation

    Hello.

    Nice theme but i can’t remove this code in my HTML? : <time class=”entry-date published” datetime=”XXX”>XXX</time><time class=”penci-hide-tagupdated updated” datetime=”XXX”>XXX</time>

    I lost a lot of time searching for nothing … I want to remove information from Google rankings

    Best regards,

    Raphael from France

  •  2,699
    PenciDesign replied

    Hi,

    Do you mean that you want to complete remove the date from google search?

    If so, please replace the code on this image to this code:

    if ( ! function_exists( 'penci_soledad_time_link' ) ) :
    /**
     * Gets a nicely formatted string for the published date.
     */
    function penci_soledad_time_link() {
        echo get_the_time( get_option('date_format') );
    }
    endif;
    

    Also, I see your support is expired from long time ago. Let's renew the support to make sure we don't violate the Envato Support Policy in the next time


    Best Regards,

    PenciDesign