What are the Entry classes for?

I’ve come across a few tutorials that make reference to entry classes; entry-meta and entry-content.

Are these classes created by WordPress or classes I should be creating? And what are they intended for?

Related posts

1 comment

  1. Those are classes required by a particular microformat.

    I personally find it annoying that they are built into the Core, meaning that if you don’t want to support that microformat you have to take steps to remove it or have incomplete meta-data in the markup.

    However, if you do wish to support that microformat, the page linked to will tell you everything you need to know about the available classes and their use.

Comments are closed.