splorp / tersus

An achingly simple WordPress theme without all the usual cruft.
GNU General Public License v3.0
99 stars 6 forks source link

Rename aside element IDs to match registered sidebar names #53

Closed splorp closed 2 years ago

splorp commented 10 years ago

For example:

The <aside id="sidebar-1"> element (the far right column) is currently registered to accept widgets and assigned name=>Sidebar2 via the register_sidebar() function. Likewise, the <aside id="sidebar-2"> element (the inside right column) is registered and assigned name=>Sidebar1.

This is confusing.

The registered sidebar names make sense as they are numbered from the inside out in the document structure. The <aside> element IDs should match this structure.