Title: post_class in pages
Last modified: August 20, 2016

---

# post_class in pages

 *  Resolved [Jönson](https://wordpress.org/support/users/werun/)
 * (@werun)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/post_class-in-pages/)
 * I’ve added two dropshadow classes to the “post_class”.
    But the classes ar’nt
   implenting in pages. Only in articles.
 * `<article id="post-<?php the_ID(); ?>" <?php post_class('<strong>drop-shadow 
   lifted</strong>'); ?>>`
 * Anyone knows how to do?

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [Jönson](https://wordpress.org/support/users/werun/)
 * (@werun)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/post_class-in-pages/#post-3571702)
 * content.php
    `<article id="post-<?php the_ID(); ?>" <?php post_class('drop-shadow
   lifted'); ?>>`
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/post_class-in-pages/#post-3571705)
 * static pages use _**content-page.php**_
 * btw:
    make sure to use a child theme for any customisations of the templates;
   [http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes)
 * do not edit the default theme Twenty Twelve directly.
 *  Thread Starter [Jönson](https://wordpress.org/support/users/werun/)
 * (@werun)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/post_class-in-pages/#post-3571724)
 * Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘post_class in pages’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/twentytwelve/4.7/screenshot.png)
 * Twenty Twelve
 * [Support Threads](https://wordpress.org/support/theme/twentytwelve/)
 * [Active Topics](https://wordpress.org/support/theme/twentytwelve/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/twentytwelve/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/twentytwelve/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Jönson](https://wordpress.org/support/users/werun/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/post_class-in-pages/#post-3571724)
 * Status: resolved