Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress The WordPress Template Hierarchy Core WordPress Theme Files style.css

Jonathan Grieve
MOD
Jonathan Grieve
Treehouse Moderator 91,252 Points

Quick Question about meta data for wordpress files

I understand that when you include Meta Data in comments, it doesn't necessarily matter what comment format you present it.

i.e. you could do

/*
meta data
*/

as well as

/*********************
meta data
**********************/

And it would work the same. But what about the data itself. Could you ad the data in any given order you like or does it have to be rigidly the same?

1 Answer

geoffrey
geoffrey
28,736 Points

I know your question is old, but the order of the meta description in the style.css file doesn't seem to be important.