December 2023

Get or Display Custom Field on WordPress

<?php echo get_post_meta(get_the_ID(), ' fieldname ', TRUE); ?> Replace fieldname with your custom field name. This is a PHP c...