Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Aftab Husain

    (@amu02aftab)

    Hi,

    Thanks for using my plugin.
    In next version ,I will implement this feature.

    To show the title in front end , you can change in file wp-client-logo-carousel/trunk/wp-client-logo-carousel.php

    Replace – (Line 201)

    <a href="<?php echo get_post_meta(get_the_ID(),'wpaft_clientlogo_meta_url',true);?>"><?php the_post_thumbnail('full'); ?></a>

    By-

    <a href="<?php echo get_post_meta(get_the_ID(),'wpaft_clientlogo_meta_url',true);?>"><?php the_post_thumbnail('full'); ?><div><?php echo get_the_title(); ?></div></a>

    Hope this will help.

    Thanks ,
    Aftab

    Thread Starter amandathewebdev

    (@amandathewebdev)

    Awesome, that did it ?? Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add text to the images’ is closed to new replies.