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

    (@amu02aftab)

    Hi buyavets,

    Thanks for using my plugin.

    To to delete (or disable) links from the logos , you can change in file wp-client-logo-carousel/trunk/wp-client-logo-carousel.php

    Replace – (Line 201)

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

    By-

    <?php the_post_thumbnail('full'); ?>

    Hope this will help.

    Thanks ,
    Aftab

Viewing 1 replies (of 1 total)
  • The topic ‘Delete links from the logos’ is closed to new replies.