{if not $is_single_entry }
i want only view banner in 2 post (i use 4 display article for page)
i have try this solution :
Code: Select all
<? $pippo_baudo = $this->_tpl_vars['entry']['id']/2;
if(is_float($pippo_baudo) && ! $this->_tpl_vars['is_single_entry']){echo $this->_tpl_vars['entry']['id'];} ?>