• Resolved danick1991

    (@danick1991)


    I am trying to display a title at the top of each gallery and album (categories).

    This is easy to do with the gallery but I have been unable to find the category name varible in your code.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    You mean to say that right now Title at the bottom BUT you want display that above. Am i right?

    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>”;

    Hello,

    We did not use Category Name variable,so you are not able to find it.
    If you Add any functionality make sure it will overwrite with the next Plugin update.

    Thanks & Regards.

    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

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Album and Gallery Titles’ is closed to new replies.