Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author yoav.aner

    (@yoavaner)

    you can probably write a function inside your functions.php file

    something like:

    function ajax_show_loop_thumbnails() {
    if ( get_option('cp_ad_images') == 'yes' ) return cp_ad_loop_thumbnail();
    }

    Then use

    ajax_show_loop_thumbnails

    as the function name to use with ajaxize.

    Thread Starter Rico747

    (@rico747)

    Great! Thx !

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to ajaxize a certain function’ is closed to new replies.