Twitter Widget Pro not printing id or classname in wrapper div
-
I might be crazy, it is pretty late, but I think that line 4 of fresh-editorial/functions.php needs to be changed from:
'before_widget' => '<div id="widgetswrap"><div id="widgetsposts">',
to
'before_widget' => '<div id="widgetswrap" id="%s" class="%s"><div id="widgetsposts">',
That was kind of a pain to track down as a non-Wordpress-developer. Hopefully this helps in a patch.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Twitter Widget Pro not printing id or classname in wrapper div’ is closed to new replies.