Video Post icon

Posted in: Newspaper
Post count: 11

Hi I’ve purchased Newspaper theme for the purpose of website serving news. Video news as well. That’s why I would like know if it is possible to implement the solution to wordpress recognize if the post has video-format and then add play icon on top of the thumbnail. I’ve already done this sort of thing on the other template but there was this option. and all I had to do was implement:

<?php if ( has_post_format(‘Video’) || has_post_format(‘Audio’) || has_post_format(‘Gallery’)) : ?>
<?php echo dw_focus_post_format_icons(); ?>
<?php endif ?>

is there any way to achive that? also please let me know in which files of your theme I should to add this.

The website is under: noticieromundial.com

Have a nice day
Mateusz

Post count: 6600

Hi,

The newspaper theme already has implemented a feature like this as when you set a post to video format it automatically adds an video icon to that post’s thumbs, like this: http://screencast.com/t/neJmeaEeZfS so you don’t need to add it.

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.