Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Brady Vercher

    (@bradyvercher)

    That’s a sidebar id, which is different from widget ids. So if you had a sidebar registered with register_sidebar( array( 'id' => 'sidebar-1' ) );, then you could provide a template override for image widgets that appear in that sidebar by naming your template sidebar-1_widget.php.

    All image widgets in that sidebar would use the same template, so you would need to come up with a different method if you needed to use a different template for additional image widgets in that same sidebar.

    Thread Starter nemanja.radevic

    (@nemanjaradevic)

    What is the method to style different all image widgets in the same sidebar?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘override finction not working properly’ is closed to new replies.