Title: Inconsistent class names
Last modified: August 20, 2016

---

# Inconsistent class names

 *  Resolved [artgeek](https://wordpress.org/support/users/artgeek/)
 * (@artgeek)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/inconsistent-class-names/)
 * Just started playing around with this plugin and think it’s quite good, but noticed
   this inconsistency in the way the H2 and UL are identified:
 *     ```
       <h2 class="wsp-pages-title">
       <ul class="wsp-pages-list">
   
       <h2 class="wsp-posts-list">
       <ul>
       ```
   
 * Wouldn’t it make more sense for it to be as follows:
 *     ```
       <h2 class="wsp-pages-title">
       <ul class="wsp-pages-list">
   
       <h2 class="wsp-posts-title">
       <ul class="wsp-posts-list">
       ```
   
 * This is relevant to me because having only one of the ULs with an associated 
   class is making my CSS a bit wonky. I know I can just go in and change the plugin
   code, but I know this will just create legacy issues for the person I’m designing
   this site for.
 * [http://wordpress.org/extend/plugins/wp-sitemap-page/](http://wordpress.org/extend/plugins/wp-sitemap-page/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tony Archambeau](https://wordpress.org/support/users/funnycat/)
 * (@funnycat)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/inconsistent-class-names/#post-3516717)
 * Hello.
    Thank you for your message. This was an interesting feedback. I just 
   updated the plugin to the version 1.0.4. It include your suggestion and several
   other new features. Thank you for your message.
 * Hope this will help. 🙂
    Regards,

Viewing 1 replies (of 1 total)

The topic ‘Inconsistent class names’ is closed to new replies.

 * ![](https://ps.w.org/wp-sitemap-page/assets/icon-256x256.png?rev=981368)
 * [WP Sitemap Page](https://wordpress.org/plugins/wp-sitemap-page/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-sitemap-page/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-sitemap-page/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-sitemap-page/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-sitemap-page/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-sitemap-page/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tony Archambeau](https://wordpress.org/support/users/funnycat/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/inconsistent-class-names/#post-3516717)
 * Status: resolved