AVOID FEATURED AND IMAGE POST TITTLE

  • Author
    Posts
  • #94412

    Good afternoon,

    I`m finishing the website http://www.ondaplanasantacruz.com

    We need to eliminate the tittles:

    featured up to the player
    image (post format) of each post.

    We don`t need this info.

    How can I get it?

    Thanks in advance.

    Regards

    Website: www.ondaplanasantacruz.com

    #94810
    Zed
    Cryout Creations mastermind

    Edit the posts and remove their ‘sticky’ attribute (this triggers the “Featured” indicator) and clear the post format (triggers the “image” post format indicator).


    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.
    #96140

    I cannot get it.

    I need to remove only the indicator “image” or “featured” not the format or attribute of the posts.

    Could you help me?

    Thanks

    Website: www.ondaplanasantacruz.com

    #96384
    Zed
    Cryout Creations mastermind

    You can hide the indicators with CSS:

    article span.entry-sticky, 
    article span.entry-format {
        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.
    #96396

    Eyyyy I get it.

    Thak you so much Zed.

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘AVOID FEATURED AND IMAGE POST TITTLE’ is closed to new replies.