Support

Account

Home Forums Front-end Issues Using Post_Object only returning IDs? Reply To: Using Post_Object only returning IDs?

  • <?php if( get_field('system') ): ?>
    Systems: <?php echo get_the_term_list( $post->ID, 'game_system'); ?></a>
    <?php endif; ?>

    Even simpler for single target links… Why couldnt i solve this days ago.