Loading...
 
Features / Usability

Features / Usability


Re: Google ads varying by article author?

posts: 1633 Canada

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 ;-)

There are no comments at this time.