Ole: Lösung

Beitrag lesen

So schnell kann es gehen,

  
355: $link .= '</a>';  
356:  
357: if (empty($feed_image))  
358: $link .= ')';  
359: }  
360:  
361: if ( intval($optioncount) == 1 )  
362: $link .= ' ('.intval($category->category_count).')';  

muß in

  
355: $link .= '';  
356:  
357: if (empty($feed_image))  
358: $link .= ')';  
359: }  
360:  
361: if ( intval($optioncount) == 1 )  
362: $link .= ' ('.intval($category->category_count).')</a>';  

geändert werden. Außerdem muß noch in Zeile 330

  
$link .= apply_filters('list_cats', $category->cat_name, $category).'</a>';  

in

  
$link .= apply_filters('list_cats', $category->cat_name, $category).'';  

geändert werden.

Das sollte es gewesen sein.

Danke
Ole
(8-)>

--
Stickstoff eignet sich nicht für Handarbeiten.