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);
This image has been censored by SOPA
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);