• Resolved tenebra87

    (@tenebra87)


    I need your help:
    1) I have already changed the language settings in Italian, but I can still see in the articles “This entry was posted in …”. What should I do?
    2) I want to remove all of the titles on pages because I will insert an image. How can I do?

    Thank you so much

    Luca

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Luca,

    one solution could be to remove “This entry was posted in …” by adding this to your child style.css:

    .entry-meta {
        display: none;
    }

    and titles you can remove with:

    .entry-title {
        display: none;
    }
    Thread Starter tenebra87

    (@tenebra87)

    Hi kaniamea, thanks for your answer.
    Codes work but:
    1) I prefer change the language of “This entry was posted in …”
    2) If I use the code (for title) also removes the title to the articles. I want to remove only the titles of the static pages.

    thanks

    Ok try this:

    1) Add this file to your child theme content-single.php. There you will find the text “This entry was posted in …” and you can translate it there.

    2) Try:

    .page .entry-title {
       display: none;
    }
    Thread Starter tenebra87

    (@tenebra87)

    Wow kaniamea!!! Perfect!!
    Thanks a lot!!

    Luca

    Thread Starter tenebra87

    (@tenebra87)

    Hi, I have other problems with Twenty Eleven theme:
    1) how to change the words: “Posted in” and “Posted on”?
    2) over the post title is a word “image” or “featured” how can I remove it?

    thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘change "This entry was posted" and hide all titles from page’ is closed to new replies.