WebsiteBaker Community Forum

General Community => Off-Topic => Topic started by: ppp on November 18, 2007, 06:23:05 AM

Title: page title function
Post by: ppp on November 18, 2007, 06:23:05 AM
is there anyway to pull the page title only. I know theres page_title but that pulls <Site Name> - <Page Title>?

Thanks in advance
Title: Re: page title function
Post by: BerndJM on November 18, 2007, 12:29:14 PM
Hi,

is
Code: [Select]
<?php echo PAGE_TITLE?>what you're looking for?

http://help.WebsiteBaker.org/pages/en/advanced-docu/developer-guide/variables-and-constants.php (http://help.WebsiteBaker.org/pages/en/advanced-docu/developer-guide/variables-and-constants.php)

Regards Bernd