Hi Scribu,
thanks for your help. Though I got the function to filter only the months when the custom post type has entries, It still links to the general archives template, not my custom archives template.
heres my code,
<?php smart_archives('generator=SAR_Custom_Generator','post_type=nira_blog'); ?>
would you know why?
thanks
I need the answer to this too! You find it?
Nevermind, solved.
remove_filter(‘the_content’, ‘wpautop’);
This did the trick. wpautp auto formats a lot of the text. filter that out and were good