Viewing 1 replies (of 1 total)
  • Plugin Author shauno

    (@shauno)

    Hi Jennifer

    To answer your first question, an ‘input’ provides a small, single line input area to capture short pieces of text. A ‘textarea’ provides a larger input area to capture text, and are typically used when you want to add more than just a single line of text.

    To answer your second question, I have made a quick example of what your gallery.php should look like here: http://pastebin.com/4rAvbv6k

    You will see on line 47 I output the ‘Title’ custom field followed by an HTML line break (<br />). Then on line 48 I output the ‘Description’ custom field.
    Assuming you have used ‘Title’ and ‘Description’ as your field names (case matters), you can just copy and paste that entire example over your gallery.php

    Let me know if that helps or you need anything else.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: NextGEN Custom Fields] Fields won't show’ is closed to new replies.