DPS – Add post type class to posts

/**
 * Display Posts Shortcode, add post type class 
 *
 */
function be_dps_post_type_class( $classes ) {
  $classes[] = get_post_type();
  return $classes;
}
add_filter( 'display_posts_shortcode_post_class', 'be_dps_post_type_class' );

Bill Erickson

Bill Erickson is a freelance WordPress developer and a contributing developer to the Genesis framework. For the past 14 years he has worked with attorneys, publishers, corporations, and non-profits, building custom websites tailored to their needs and goals.

Ready to upgrade your website?

I build custom WordPress websites that look great and are easy to manage.

Let's Talk