Is there a reference for which elements WordPress inserts into pages? For example, widgets are inserted as unordered lists...
It would be helpful to have when creating stylesheets.
At the moment I'm using FireBug to examine the output...
Is there a reference for which elements WordPress inserts into pages? For example, widgets are inserted as unordered lists...
It would be helpful to have when creating stylesheets.
At the moment I'm using FireBug to examine the output...
I've found this reference for classes, which is good:
http://digwp.com/2010/05/default-wordpress-css-styles-hooks/#widgets
However, it would be nice if a list of the generated elements were available... since many of these classes would be styled the same way.
You must log in to post.