SpaceAdvocates / penny4nasa

We strive to increase NASA’s funding to 1% by encouraging popular support for NASA through education and outreach.
4 stars 2 forks source link

Add theme name to style.css and fix about.php array bug #51

Closed JohnLZeller closed 10 years ago

JohnLZeller commented 10 years ago

Wordpress needs a theme name added to style.css (we're using version 3.9 in production at the moment).

Additionally, there was an about.php array bug that caused the first element of the $output array to include all volunteers, which had the display effect of the first section displaying everyone with no section name, followed by the properly formatted sections. Bug fix is temporary, a permanent one is needed.

josephspens commented 10 years ago

The change the the CSS file will be and probably was already overridden because it's not a source file.

JohnLZeller commented 10 years ago

Ah, what is this compiled by? And is there a config change we can make to have it included during compile time?

josephspens commented 10 years ago

Yeah, we need to add the config to Grunt.