• I am widgetizing a theme. I have got it working perfectly, but it is putting the title after the before_widget code, which breaks the design (which is formed with tables).

    Is there a way – a variable perhaps – I can specify where I want the title to go? I would like to explicitly declare where the title goes within the before_widget information.

    Does anyone know of a way to do this? Thanks!

Viewing 1 replies (of 1 total)
  • Thread Starter etoile

    (@etoile)

    More info: I’ve figured out how to do this by modifying widgets.php – reordering $before_widget, $title, etc. – but obviously that’s not a great approach as it will require changing each and every widget.

    It’s also not quite working with my theme design, but I haven’t tried to figure that part out yet.

Viewing 1 replies (of 1 total)

The topic ‘Placing widget title outside the before/after theme info’ is closed to new replies.