• Resolved aevdh

    (@aevdh)


    I’m showing posts on my landing page (scroll down to find them) but find the name “posts” a bit silly, “updates” would be a better description. I don’t see an option to change this text anywhere, neither in the original theme, nor in the awesome plugin. May I submit a feature request for a custom header title above the “posts” on the landing page?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Oliver Campion

    (@domainsupport)

    Hello,

    OK, so this is hard coded into the Twenty Seventeen index.php …

    	<header class="page-header">
    		<h2 class="page-title"><?php _e( 'Posts', 'twentyseventeen' ); ?></h2>
    	</header>

    So you can either hide it by adding this CSS to “Customiser – Additional CSS” …

    .home .page-header {
    display: none;
    }

    … or you can use a plugin like Loco Translate to change the word “Posts” to whatever you like.

    Let me know if that helps.

    Oliver

    Thread Starter aevdh

    (@aevdh)

    Cool, I’ll look into both options. Thanks Oliver.

    Thread Starter aevdh

    (@aevdh)

    I went with the CSS solution. Thanks once again, I’ll mark the topic as resolved.

    Plugin Author Oliver Campion

    (@domainsupport)

    OK, great. If anyone reading this wants this as an option in the plugin, let me know.

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change “Posts” text on landing page’ is closed to new replies.