I had errors using the all in one option due to the size of the site. I can try again using filters to not include the larger files but I won't get to work on that today.

Shane
Supporter
Languages:
English (English )
Timezone:
America/Jamaica (GMT-05:00)
Hi Landru,
Thank you.
You don't need to include any of the media files so its good enough to test this with just a stripped down version of the site with only text.
Thanks,
Shane
Can you sent the private form again. I have a new file for you.
I'm not sure if you sent me the right form. I have the duplicator files.
Shane,
If you still have the original duplicator file link I sent you, I replaced the files there. So hopefully, when you get back, you can access it.
Please confirm
Thanks

Shane
Supporter
Languages:
English (English )
Timezone:
America/Jamaica (GMT-05:00)
Hi Landru,
I managed to setup the duplicator and the following statement works
<?php if( get_post_meta(get_the_ID(), 'wpcf-publications',true) ): ?>
<h2><span>Publications</span></h2>
<?php echo get_post_meta(get_the_ID(), 'wpcf-publications', true); ?>
<?php endif; ?>
Now I wasn't able to replicate your issue where you stated that if you create a new post the condition won't work or if you edit an old post it also fails.
In both scenarios the above statement works. Not the change that was made was to add "true" to the conditional.
This should now resolve the issue.
Thanks,
Shane
Thanks Shane. That fixed it.