This works.. Thanks heaps mate
<?php
$variable = wp_list_categories('echo=0&show_count=1&title_li=&hide_empty=0');
$variable = str_replace(array('('), '<em>', $variable);
$variable = str_replace(array(')'), '</em>', $variable);
$variable = str_replace(array('</a>'), '', $variable);
$variable = str_replace(array('</li>'), '</a></li>', $variable);
echo $variable;
?>
I think i got it to work with this:
<?php echo ec_shortcode('') ?>
I didn’t. The Short-Code still seems to work in a post though.
*bump*
Can anyone help with this?
That’s ok, even that’s closer then what i currently have.
How do i do it?