Site logo

Archived topic

Remove Sitename/Page Title

1 reply · Started by Andy on September 23, 2015

Viewing posts 1–2 of 2

I've been asked to remove the Sitename/Page titles from a build that is in development so that it isnt picked up by search engines before it goes live.

I've tried removing this:

<?php if ( ! function_exists( '_wp_render_title_tag' ) ) : ?>
		<title><?php wp_title( '|', true, 'right' ); ?></title>
<?php endif; ?>

But it made no difference. Any advice appreciated.

This archived topic is closed to new replies.