Title: Split list into sections
Last modified: February 25, 2021

---

# Split list into sections

 *  Resolved [Volker](https://wordpress.org/support/users/tcgwadmin/)
 * (@tcgwadmin)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/split-list-into-sections/)
 * I have ticked the split-list-into-sections box (full month and month year order)
   but in the frontend it’s not shown. Any selection I need make in addition?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsplit-list-into-sections%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [Alan Fuller](https://wordpress.org/support/users/alanfuller/)
 * (@alanfuller)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/split-list-into-sections/#post-14106500)
 * I’ll take a look at my test system and let you know.
 *  [Alan Fuller](https://wordpress.org/support/users/alanfuller/)
 * (@alanfuller)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/split-list-into-sections/#post-14106652)
 * You have css hiding h2 headings
 *     ```
       .template-page.content.av-content-small.alpha.units h2 {
           display: none;
       }
       ```
   
 * Currently there is no selector you can latch on to so wrap your shortcode in 
   a div
 * e.g.
 * `<div class="my-qem-list">[qem]</div>`
 * and then use a the selector to display the h2 ( in custom css )
 *     ```
       .my-qem-list h2 {
           display: block;
       }
       ```
   
 *  Thread Starter [Volker](https://wordpress.org/support/users/tcgwadmin/)
 * (@tcgwadmin)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/split-list-into-sections/#post-14111052)
 * Thanks Alan. As I’m neither a wordpress nor a css expert, I have asked a frind
   of mine who basically did all the programming for implementation.
 *  [Alan Fuller](https://wordpress.org/support/users/alanfuller/)
 * (@alanfuller)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/split-list-into-sections/#post-14111117)
 * Ok are you sorted?
 *  Thread Starter [Volker](https://wordpress.org/support/users/tcgwadmin/)
 * (@tcgwadmin)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/split-list-into-sections/#post-14118430)
 * Thanks Alan, everything is fine now. Also the other post “Event titel not showing
   in the event list” can be closed. After implementing the css the event titel 
   is shown.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Split list into sections’ is closed to new replies.

 * ![](https://ps.w.org/quick-event-manager/assets/icon-256x256.png?rev=3318950)
 * [Quick Event Manager](https://wordpress.org/plugins/quick-event-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/quick-event-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/quick-event-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/quick-event-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/quick-event-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/quick-event-manager/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Volker](https://wordpress.org/support/users/tcgwadmin/)
 * Last activity: [5 years, 1 month ago](https://wordpress.org/support/topic/split-list-into-sections/#post-14118430)
 * Status: resolved