[Plugin: Daring Fireball-style Linked List Plugin] Instructions are incomplete
-
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…
- The topic ‘[Plugin: Daring Fireball-style Linked List Plugin] Instructions are incomplete’ is closed to new replies.