Hi all,
I've been getting really happy with using Views when theming on Drupal.
I've spend all day trying to figure this out though:
I'd like my view (block) to show all 12 possible taxonomy terms in my vocabulary names 'months'.
the terms I have selected (say: jan, feb, march..) for my node should have a link in them to the term list of that particular month.
The output should be like this:
hello, I can not add the class to the block filter shown in the template Bartik, what is wrong?
function bartik_views_exposed_form_alter(&$form, $form_state) {
// change date format example from a field called 'date_filter'
$form['views_exposed_form']['#attributes']['class'][] = 'test';
}