Recent Topics

1 Dec 05, 2005 04:23    

I am using the Phoenix Alpha (BTW - congrats to the dev team - very well done!) I want to ad Google Ad-Sense to my blog, but no matter where I place the adsense script in _main.php, it is only reading the static content on my blog (e.g. section headings, syndication, etc...)

Are static pages the answer for me? If so, what is the procedure for generating them? I've seen an entry in the blog settings for static page name, but that's all so far.

Thanks in advance,
Andy

2 Dec 05, 2005 09:20

try :-

echo '<!-- google_ad_section_start -->';
$Item->content();
echo '<!-- google_ad_section_end -->';

¥


Form is loading...