Hi,
I tried adding this in posts-for-page.php (line 276) :
$post_meta = get_post_meta(get_the_ID(),'my_custom_field', true);
$output .= "<p class="meta">" . $post_meta . "</p>";
But I got this error message :
Parse error: syntax error, unexpected ‘meta’ (T_STRING) in […]/plugins/posts-for-page/posts-for-page.php on line 277
Hi,
I think he means this : https://codex.wordpress.org/Custom_Fields
I’m also very interested in displaying these custom fields which contain important informations.