how to get page title without extra stuff?
-
I want to be able to get my Page’s title from within the template, but I want it without the >> character or the site name. So, if my site is called CoolSite, and the Page is titled CoolPage, when I invoke wp_title() in the template I get:
>> CoolPageCoolTitle
I just want
CoolPage
Is there another function to do this?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘how to get page title without extra stuff?’ is closed to new replies.