Forums
(@xstya)
1 year, 8 months ago
If I need to use a custom field that does not belong to this post, I can use:
<?php get_field( "text_field", 123 ); ?>
The question is how can I use a similar call in Yoast SEO:
<%%cf_text_field %%>
how can I pass the desired ID=123 ?