[wp-trac] [WordPress Trac] #21937: change author... ID's to Classes

WordPress Trac wp-trac at lists.automattic.com
Thu Sep 20 02:18:36 UTC 2012


#21937: change author... ID's to Classes
---------------------------+------------------------------
 Reporter:  thomask        |       Owner:
     Type:  enhancement    |      Status:  new
 Priority:  normal         |   Milestone:  Awaiting Review
Component:  Bundled Theme  |     Version:
 Severity:  normal         |  Resolution:
 Keywords:                 |
---------------------------+------------------------------
Changes (by dd32):

 * component:  General => Bundled Theme


Old description:

> Twenty-twelve theme uses content.php this structure:
>

> {{{
> <div id="author-info">
>         <div id="author-avatar">
> ...
>         </div><!-- #author-avatar -->
>         <div id="author-description">
> ...
>                 <div id="author-link">
> }}}
>
> almost everywhere WordPress prefers classes from ID's, but here are ID's
> - problem is, when i want to have more autors per one post (e.g. with co-
> authors plugin, or using some meta) - i have to rewrite not only the
> content.php (as this theme do not allow filtering of output, what would
> be me second enancement request), but i also have to rewrite the css
>
> p.S.: why i can't add new tickets to
> http://themes.trac.wordpress.org/report?
>
> keyword: theme-twenty-twelve

New description:

 Twenty-twelve theme uses content.php this structure:


 {{{
 <div id="author-info">
         <div id="author-avatar">
 ...
         </div><!-- #author-avatar -->
         <div id="author-description">
 ...
                 <div id="author-link">
 }}}

 almost everywhere WordPress prefers classes from ID's, but here are ID's -
 problem is, when i want to have more autors per one post (e.g. with co-
 authors plugin, or using some meta) - i have to rewrite not only the
 content.php (as this theme do not allow filtering of output, what would be
 me second enancement request), but i also have to rewrite the css

 p.S.: why i can't add new tickets to
 http://themes.trac.wordpress.org/report?

--

Comment:

 > p.S.: why i can't add new tickets to
 http://themes.trac.wordpress.org/report?

 Thats a trac used specifically for the theme review team before themes are
 released to extend, it's not a bug reporting playground. This is the
 correct place to report the bug/enhancement

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/21937#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list