Change document’s title (header)
-
Hey guys,
that’s the current document title “page.com > home”.
I want it to look like this:
Page: "page.com > page" Subpage: "page.com > TOPpage > SUBpage" or "page.com > TOPpage > SUBpage > SUBpage" Category: "page.com > news > categoryname" Author: "page.com > author > authorname" Post: "page.com > news > posttitle"How can I do that?
My current header.php’s title tag looks like this:
<title><?php bloginfo('name'); if ( is_404() ) : _e(' » '); _e('Not Found'); elseif ( is_home() ) : _e(' » '); _e('aktuelles'); else : wp_title(); endif; ?></title>Thanks in advance,
Ben
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
The topic ‘Change document’s title (header)’ is closed to new replies.