[wp-meta] [Making WordPress.org] #355: Add Session Tags and Classes to WordCamp Schedule

Making WordPress.org noreply at wordpress.org
Fri Feb 21 03:51:32 UTC 2014


#355: Add Session Tags and Classes to WordCamp Schedule
------------------------+--------------------------
Reporter:  dustyf       |      Owner:
    Type:  enhancement  |     Status:  new
Priority:  normal       |  Component:  wordcamp.org
Keywords:               |
------------------------+--------------------------
 I'd like to have more control over styling WordCamp Schedules and
 separating out different types of sessions.  The current method only
 allows for tracks.

 Not every WordCamp has sessions in specific topic-based tracks.  For
 instance, at WordCamp Milwaukee 2013 we named the rooms more randomly and
 did not have only one topic on one room.  A Development talk may be in
 room 1 the first hour then in room 3 the seond, etc.

 I still wanted to have the ability to put some type of mark to show the
 topic of each talk (in this case with background image icons).  I managed
 to accomplish this by adding the topic at the end of the slug, then doing
 some fancy CSS Selectors. I feel this could be made much easier, but just
 adding tags to go along with the Tracks and by also adding some other
 classes to the <td> that holds the session within the schedule.

 Attached is a diff of wc-post-types.php which includes this change.
 * Added a new taxonomy called wc_session_tag
 * Added this tax as a class
 * Added the speaker name as a class
 * Added the track name as a class
 * Added the title of the session as a class

 These classes could also be added to the sessions page too, but that is
 another ticket I can add later.

--
Ticket URL: <https://meta.trac.wordpress.org/ticket/355>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list