Is there any RSS feeds for the Link Bookmarks System and its categories like posts?
Best Regards :)
Is there any RSS feeds for the Link Bookmarks System and its categories like posts?
Best Regards :)
Not that I'm aware of. However, you could publish your links in a post which would then be added to your main RSS feed.
woow this was quick.. so there is no way even to make rss feeds?
oki so how can I add links as posts so when I click on the post link I automatically redirected to the out-link? Can I solve it by custom posts type? and if yes how?
Thanks alot for your quick replies :)
Create & publish a post called Links. Then amend single.php to use something like:
<?php if( is_single( 'Links') ) wp_list_bookmarks('title_li=&categorize=0');
else: ?>
[ standard Loop here goes here ]
<?php endif;?>This topic has been closed to new replies.