cp_price in title
Hi, please advice how do I insert the price field in to title for of the item especially for google and also custom title for example
mysite.com/item/bmw | cp_price | for sale in city
<title><?php wp_title('|',true,'right'); ?><?php bloginfo('name'); ?></title>
Thank you