i set a kicker to be displayed only at the top of
- front page
- category pages
of this site.
As you can check kicker is properly displayed on front page in category page it si blank.
Notes
As all my category page less one are customized maybe i forget to add some piece of code inside of its? This is the matter why kcker are not displayed in category pages?
In the only one not customized kicker is properly displayed!
I add the kicker code in ATO>>Style center Column>>Content ABOVE the LOOP
before the default code
Code:
<?php if (is_front_page() OR is_category()) {?> <table summary="biglietti partite squadre Serie A" style="border-style:none;width:100%"> <tr> <td> <div id="SerieA_kicker" style="display:inline;"> <ol> <li><a href="../?p=1715" target="_blank" class="thinBlack">Biglietti Inter</a></li> <li>|</li> <li><a href="../?p=1775" target="_blank" class="thinBlack">Biglietti Juventus</a></li> <li>|</li> <li><a href="../?p=2197" target="_blank" class="thinBlack">Biglietti Milan</a></li> <li>|</li> <li><a href="../?p=2415" target="_blank" class="thinBlack">Biglietti Napoli</a></li> <li></li> <li><a href="" target="_self"></li> <li></li> <li><a href="" target="_self"></li> <li></li> <li><a href="" target="_self"></li> <li></li> </ol> </div> </td> </tr> </table> <?php } ?> <?php /* For MULTI post pages if activated at ATO -> Next/Previous Navigation: */ bfa_next_previous_page_links('Top'); ?> <?php /* For the plugin Page2Cat http://wordpress.org/extend/plugins/page2cat/ */ if( is_category() AND function_exists('page2cat_output')) { page2cat_output($cat); } ?>