Post date

  • Author
    Posts
  • #116984

    Hi guys,
    anyone can help me to understand how to customize my fluida theme to avoid displaying post publishing date on top of the page?

    I imagine I have to customize my css, I tried but with no luck.

    Anyone?
    Cubilon

    #117397
    Zed
    Cryout Creations mastermind

    Hi,

    If you’re referring to hiding the post publish date on single post sections, that can only be done with CSS:

    .single-post .entry-meta .date {
        display: none;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Post date’ is closed to new replies.