Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter djfedeli

    (@djfedeli)

    Just for clarification, I am seeing it in the source code on line 305

    Thread Starter djfedeli

    (@djfedeli)

    I think I found a solution. I would appreciate any feedback you would have regarding this method.
    The fix was to replace this:
    <span><?php if (!$image->hidden) { echo $image->caption; } ?></span>
    with this:
    <span><?php echo $image->description ?><BR /><?php echo $image->ngg_custom_fields["Size"]; ?><BR /><?php echo $image->ngg_custom_fields["Price"]; ?></span>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom Field not showing under title’ is closed to new replies.