Viewing 1 replies (of 1 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi,
    if you do not want to have a gallery displayed on the Ad details pages then you can disable it by adding the code below in your theme functions.php file

    
    add_filter( "init", "my_init", 1000 );
    function my_init() {
      remove_action( 'adverts_tpl_single_top', 'adverts_single_rslides' );
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Hide main image’ is closed to new replies.