Hi,
I don't have a WP sidebar in my theme and do not want to use one. So I'm using WordPress Popular Posts in my header part as scoller using jquery- here is the line of code I have in header:
<?php if (function_exists('wpp_get_mostpopular'))
wpp_get_mostpopular("range=daily&order_by=views&post-excerpt-active=true"); ?>
The posts title shows correctly but it not displaying its excerpt(description) on scroller
Why is this? and can anyone help?
Thank a lot,
Ajith