Just to quickly add info to a page
enable custom fields with the dropdown
then add this code:
echo get_post_meta(get_the_ID(), ‘your-name-of-custom-field’, true);
Just to quickly add info to a page
enable custom fields with the dropdown
then add this code:
echo get_post_meta(get_the_ID(), ‘your-name-of-custom-field’, true);