• i have a pretty sweet blog setup at nationwideconcerts.com. i am trying to figure out this problem though. i dont know PHP syntax too well.

    the original code that pulls a post from a certain category is this:
    echo '<li><a href="' . get_permalink($postID) . '">' . $post_title . '</a></li>'

    the part that needs to be changed is /// $post_title

    i want it to use the information from this:
    <?php echo c2c_get_custom('name'); ?>

    that’s it! thanks.

  • The topic ‘using custom fields a category list’ is closed to new replies.