I have just learnt that WordPress 3.1 hides the Custom Fields by default in the Screen Options tab (top right on an edit post screen).
Now I can add Description text for my photos.
All fixed (bludgeoned).
Right,
I reverted to Grace 1.1’s single.php
in which the_content is the photos
and get_post_custom_values(‘Description’) is the description beneath.
But now I need to be able to add the custom value for the ‘Description’ in the functions.php file.
Can anyone suggest how to add a custom field for text in the functions.php file?
Currently it’s:
[Code moderated as per the Forum Rules. Please use the pastebin]