I specified a label for my exposed view filter but the views_filterblock module is not picking up my label and using it when rendering the filters in the block.

Comments

budda’s picture

Hmm, seems the code is already there, just doesn't work

foreach ($view->exposed_filter as $count => $filter) {
    $newform["fieldset$count"] = array(
      '#type' => 'fieldset',
      '#title' => $filter['label'],
budda’s picture

Status: Active » Fixed

Seems to be the theme is hiding the fieldset label/title.

Anonymous’s picture

Status: Fixed » Closed (fixed)