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 #2053943
Time
Closed

Comments

  • RudyWu started the conversation

    Is it any way to just show the date of first post and hide the date of the rest post in this block?

    https://prnt.sc/o47ip6

  •  501
    Penci replied

    Hi,

    Please edit shortcode then check "Hide post date" as screenshot http://prntscr.com/o4gt2e

    Best Regards,

    PenciDesign

  • RudyWu replied

    I know how to hide date, but actually I need to show the first post's date and hide the date of rest post.

    Like the default date: https://prnt.sc/o4sazs it only show the date of the first post and disable the date of the second and third post. What I need is to hide the date of the rest post except the first post.

  •  501
    Penci replied

    Hi,

    Please go to  Customize > Addtional CSS then add custom css to do that:

    .penci-block_29 .block_29_items .penci_post-meta {
        display: none;
    }

    Best Regards,

    PenciDesign