• Hi,

    Love the theme! Great work πŸ™‚

    One question… is it possible to add (if not already there) a feature to disable the site title on certain pages (or pages in general)? Some pages created by a plugin I am using are not setting a title (like a post or regular page would). Thus I am getting ‘ – Site Name ‘ as the page title for these pages.

    Cheers,
    Chris

Viewing 1 replies (of 1 total)
  • Creat copy /wp-content/themes/hueman/page-templates/child-menu.php
    str 10

    <?php get_template_part('inc/page-title'); ?>

    replace to

    <div class="page-title pad group">
    		<h1><?php _e('YOURE_PAGE_NAME','hueman'); ?> </h1>
    	</div>
Viewing 1 replies (of 1 total)

The topic ‘Site title on pages’ is closed to new replies.