Here is css comment area:
/*
Theme Name: GroundUp
Theme URI: http://www.badscience.org/
Description: not much to it
Version: 1.0
Author: Me
Tags: blank, simple, homemade
*/
This is what the theme manager displays:
GroundUp Theme URI: http://www.badscience.org/ Description: not much to it Version: 1.0 Author: Me Tags: blank, simple, homemade 1.0 Author: Me Tags: blank, simple, homemade by Me Tags: blank, simple, homemade
not much to it Version: 1.0 Author: Me Tags: blank, simple, homemade
All of this theme’s files are located in /themes/ground_up.
Tags: blank, simple, homemade
As you can see, there is a bunch of repetition as if that information displays through a loop until only the last thing is left.
The classic theme, in contrast, displays like this in the theme manager:
WordPress Classic 1.5 by Dave Shea
The original WordPress theme that graced versions 1.2.x and prior.
Activate | Preview | Delete
All of this theme’s files are located in /themes/classic.
Tags: mantle color, variable width, two columns, widgets
and its CSS comments look like this:
/*
Theme Name: WordPress Classic
Theme URI: http://wordpress.org/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.5
Author: Dave Shea
Tags: mantle color, variable width, two columns, widgets
Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/
I can't figure out what I need to do to get my theme information to look nice in the dashboard. Thanks for any help!