Viewing 1 replies (of 1 total)
  • Plugin Support Rafik

    (@rafikwp)

    Hello,

    You can add the code inside the condition like this way.
    if ( is_front_page() || is_home() ) {
    if( function_exists(‘slbd_display_widgets’) ) {
    echo slbd_display_widgets();
    }
    }

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Show widgets only on Homepage’ is closed to new replies.