How to remove You are here in WordPress
There are multiple ways to remove ” You are here” from WordPress website.
Method.1
Remove the particular code from header php.
In your WordPress Dashboard Go to Appearance -> Editor -> header.php
Remove the following line.
If you need Line spacing, add the following code in that place.
Sample Websie –http://nxwiki.info
Method. 2
Hide breadcrumb function in function.php
In your WordPress Dashboard Go to Appearance -> Editor -> function.php
and hide or remove the following theme support
add_theme_support( ‘breadcrumb-trail’ );
or
Search for breadcrumb
and remove that line
Method. 3
Deactivate breadcrumb plugin
If you have installed breadcrumb plugin, then deactivate it.