On Fri, Jun 4, 2010 at 1:11 PM, Michael E. Hancock <[email protected]>wrote:
> > From: <[email protected]> > >> I tried with is_singular() but it didn't work. > > > > Now I see what scribu wanted with is_post_of_type in > https://core.trac.wordpress.org/ticket/12588 but I don't think that made > it into core. > > Try > > if ( 'video' == $post->post_type ) For the post's current type, try get_post_type(). It's also been around since 2.1. _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
