fixed by myself, was really stupid
<?php
// Grab the metadata from the database
$text = get_post_meta( get_the_ID(), 'faqt_topquestion', true );
if ($text) { ?>
<ul>
<li><a href="<?php echo get_permalink(); ?>"><?php echo get_the_title(); ?></a></li>
</ul>
<?php
}
?>
You say it’s technically possible in which context?
i can do nested groups now? or cmb2 have the technical aspect to do this in the future?
You’re damn right yes thank you.
But in this opinion i think in my case i need a nested group is there a feat. or a upcoming feat. for this or is the only way to do this a group with repeatable entrys?