Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Julio Potier

    (@juliobox)

    Hello

    Try this :

    add_filter( 'bawmrp_no_thumb', 'change_bawmrp_no_thumb' );
    function change_bawmrp_no_thumb( $thumb ) {
      return 'http://mysite.com/new-thumb.jpg';
    }

    you can paste this where you usually write you tips (functions.php from theme or a mu-plugin)

    Thread Starter poonamghangas

    (@poonamghangas)

    Thank you so much. It worked like charm. I am going to rate this plugin 5 star. 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change default wordpress thumbnail image in list’ is closed to new replies.