• Resolved matteobortolato

    (@matteobortolato)


    Hello, I just downloaded this theme and I have to say: Good Job!

    What I’m wondering is if it’s possible to remove the default “Recent Post” Title before the thumbnail in the homepage or change it in something different.

    Thank You

    Matteo

Viewing 11 replies - 1 through 11 (of 11 total)
  • It is possible to remove it. Add the following to custom CSS.

    .home h1.page-title { display: none; }

    Not possible to change it though.

    Didn’t work. Still displays “Recent Posts”

    hello,the same problem…
    Where i must add this code?
    At the style css?
    and where exactly?
    I have try it but i didn’t worked

    i’m having the same issue, i’m unable to change the “recent post” title.
    Any idea how to change or remove it ?

    In home.php there’s this line:

    <h2 id="page-title"><?php _e("Recent Posts", 'sixteen') ?></h2>

    Change <?php _e("Recent Posts", 'sixteen') ?> to whatever you’d prefer this to say.

    Do not edit the theme itself. First create a child theme for your changes.

    I should have specified that; thanks Esmi.

    Thank you very much!
    I have remove the”recent posts” totally,but it remain a line beside.
    How can remove it?

    Also i maked this change to style css
    h2.comments-title {
    text-transform: none; (It was uppercase )
    but the recent posts it remains in capital…
    How can change it?

    Joyce092130

    (@joyce092130)

    Hi!

    i tried adding this do my custom css:

    .home h1.page-title { display: none; }

    and followed this too:
    In home.php there’s this line:

    <h2 id=”page-title”><?php _e(“Recent Posts”, ‘sixteen’) ?></h2>

    Change <?php _e(“Recent Posts”, ‘sixteen’) ?> to whatever you’d prefer this to say.

    bu recent posts are still on my home page,
    pls help.

    thanks

    westernguarantycorp.com

    marcophile

    (@marcophile)

    I want translate Recents Posts by ‘Articles récents’
    How is possible
    Thanks

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Remove "recent post" title from the home page’ is closed to new replies.