• Resolved etiket495

    (@etiket495)


    Hi, I need a little bit of help with php variables. I am using personal layout of preview file and I would like to show album name under the photo. Unfortunatelly, when I place upg_get_album($post,’name’) in php tag nothing happens.

    <?php upg_get_album($post,’name’) ;?>

    If someone has the same issue and has found a solution, I will be really thankfull.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author odude

    (@odude)

    Your code should be
    <?php echo upg_get_album($post,'name'); ?>

    Your forget to use echo

    Thread Starter etiket495

    (@etiket495)

    Unfortunately, this is not the problem. I have tried it with and without echo, also have positioned it in different places in the code in personal layout template and it is still don`t appear. There was time that I thought I have messed the layouts but they were in tact.

    • This reply was modified 5 years ago by etiket495.
    Plugin Author odude

    (@odude)

    The most common of not being displayed
    1- No album/category assigned for this post
    2- Results buried between improper div layouts.
    3- Personal layout is not updated properly.

    Plugin Author odude

    (@odude)

    fixed

    Thread Starter etiket495

    (@etiket495)

    yes, thank you for your support

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

The topic ‘Album name’ is closed to new replies.