Re: Google ads varying by article author? Posted by Marc Laporte Sun 29 Jul 2007 01:01 GMT-0000 posts: 1541 ☆ ☆ ☆ You would have to add the code in the template. (.tpl) Something like: if author = a put banner zone a if author = b put banner zone b else put default banner zone Put {debug} in a Smarty template to get a popup with all the variable names. M ;-)