• Suppose I have two custom post types, eg.”magazine” and “article” (which includes an author field), and there is a field that relates “magazine “to “articles” (each magazine issue will have several articles).

    Can I get the magazine posts to show all of its related child articles (titles), and also include show the article author (from the other field)?

    Magazine post
    + Custom fields to an article posts

    Article post
    + Custom field to magazine post
    + Article author

The topic ‘Displaying additional custom fields?’ is closed to new replies.