Hi
I have enabled my homepage to display blog posts. Some of the posts however have links, but these are disabled on the homepage. Any way to enable them? I was reading about the "the_content_rss" method and thought changing it would solve my problem, but no luck. It is as follows:
<?php the_content_rss('', TRUE, '', 37); ?>
There is supposed to be a fifth parameter, encode_html, that I thought would enable links, but that didn't seem to work either, unless something else went wrong. Any advice would be greatly appreciated.