Support » Plugin: Daring Fireball-style Linked List Plugin » [Plugin: Daring Fireball-style Linked List Plugin] Instructions are incomplete

  • Resolved los1sol

    (@los1sol)


    I’d love to get this to work but I’ve followed the instructions to the tee and it has never worked for me.

    Can you describe how to get the function is_linked_list()) to work? Is that supposed to work out of the box? Because it doesn’t for me.

    I’ve added the custom filed linked_list_url to my post and attached a value to it. Also added ` <?php if (is_linked_list()): ?>
    <a href=”<?php the_linked_list_link()”>This is a linked list link</a>
    <?php else: ?>
    <a href=”<?php the_link()”>This is a normal post link</a>
    <?php endif; ?>
    <?php endwhile; ?>
    <?php endif; ?> ` towards the top of my template, but I still don’t see it.

    Am I doing something wrong?

    Would love to get this plugin working…

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter los1sol

    (@los1sol)

    UPDATE: Instructions are not incomplete. I’m an idiot.

    I expected the plugin to work like the daring fireball site does. Meaning not just the RSS feed is changed but also the URL of the permalink on the actual website.

    But the plugin doesn’t claim any such functionality.

    It would be nice though. Any idea if that is possible w/ this plugin?

    Thanks a lot!

    Plugin Author yjsoon

    (@yjsoon)

    Hi there,

    Plugin writer here. Afraid that’s not quite possible with this plugin, but you can look into FeedWordPress, which I think does permalink rewriting on both the theme’s page as well as the RSS feed. (It did when I last tried, at least.)

    Hope that helps!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Daring Fireball-style Linked List Plugin] Instructions are incomplete’ is closed to new replies.