Viewing 3 replies - 1 through 3 (of 3 total)
  • 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.

    Thread Starter Ahmed Hamouda

    (@ahmedhamouda)

    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;?>
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘RSS feeds for List bookmarks’ is closed to new replies.