List Posts With Custom Fields as Link Text?
-
Hi there..
I hope someone can help:
I’m trying to list links to every posts along my header, where links to the pages usually are.
I want to create a link to every post in any category, using a custom field for each post as the link text (instead of just the title).
At the moment, here is the code that lists pages along the bottom of the header:
CODE:
<ul id="nav" class="clearfloat"> <li><a href="<?php echo get_option('home'); ?>/" class="on">Home</a></li> <?php wp_list_pages('title_li='); ?> </ul>
How can I edit this to show posts instead, and with custom fields for the link text.
Thank you to anyone kind enough to help out ??
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘List Posts With Custom Fields as Link Text?’ is closed to new replies.