Hello
i need some help, i am trying to display a message when no listings have been added to the favorite list. i am having trouble figuring out how to count the favorite items in list.
this doesnt work but could you give any pointers?
<?php if( osc_count_items(fi_list_items()) > 0) { ?>
<?php if(function_exists('fi_list_items')) { echo fi_list_items(); } ?>
<?php } else { ?>
<div class="favlistmess">
<?php _e('You have not loved any listings yet, you do know love makes the world go round?', 'patricia' ) ; ?>
</div>
<?php } ?>
Thanks
Chris