Forum Replies Created

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

    (@danick1991)

    Thank you very much for the plugin that you have made. I have just switched to this from NextGen and after considering many other alternatives. Your plugin had the most user friendly back-end for adding and organising photos. It is missing some functionality of the other plugins but this would easy to add based on my needs. The final version is now live.

    Danicklin Photo Page

    Thread Starter danick1991

    (@danick1991)

    In your support video you only showed static headings for the galleries and albums, I have now added dynamic headings.

    Album Title (Top of every group of galleries)
    $albumTitleObject = get_term_by( ‘id’,implode($category), ‘aigpl_cat’ );
    $albumTitleName = $albumTitleObject->name;
    <h1><?php echo $albumTitleName ?></h1>

    Gallery Title (placed above the return to gallery link)
    echo “<h1>”.get_the_title($post_ids).”</h1>”;

Viewing 2 replies - 1 through 2 (of 2 total)