• I want to use a custom field to display a particular link category.

    So I say in a post my custom field key is “linkcat” and the value is “13” that’ll display the link category with the ID of 13.

    Any way of doing this?

Viewing 1 replies (of 1 total)
  • Anonymous User 783540

    (@anonymized-783540)

    I’m trying to do that also.

    I want to create pages that will display it’s content and under that show articles in a certain category. I’m using the custom field to asign the category value.

    Example :

    (I want the “3” from the category to be the value of my custom field, key name : “post_category”)

    ‘<?php query_posts(“cat=3&showposts=10”); ?>’
    ‘<?php while (have_posts()) : the_post(); ?>’
    ‘<?php the_title(); ?>’
    ‘<?php endwhile;?>’

    How do I do that?

    Please help!

Viewing 1 replies (of 1 total)

The topic ‘Custom Field Link Category’ is closed to new replies.