When using the code to include WordPress posts on a page, it may happen that some custom field does not appear, to resolve this, simply place the following code after calling the posts:
<?php wp_reset_query(); ?>
View more