chargingarc
Member
Posted 1 year ago #
Hello,
I checked out the previous (closed) thread about this but there was no answer there.
The old Grace (1.1) had a DESCRIPTION custom field for your text and the photos went in the main content area.
The new Grace (1.2) allows a custom field for just one MAIN IMAGE and the description goes in the content area.
How do I get Grace 1.2 to show more than one image in the upper content area of the page?
Thanks for looking.
chargingarc
Member
Posted 1 year ago #
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]
chargingarc
Member
Posted 1 year ago #
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).