i want to print the title and meta tags on the actual page. i have pp integrated with
vb.
I need to know what code will do this, and where to make the changes.
so an example:
<title>abc 123</title>
<meta name="description" content="photopost is a cool script." />
on my actual pp page i want the text in the above tags to print on my pp pages like:
<h1>abc 123</h1>
<p>photopost is a cool script.</p>
help please!