Title: content.php
Last modified: August 21, 2016

---

# content.php

 *  [Andrea Fercia](https://wordpress.org/support/users/afercia/)
 * (@afercia)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/contentphp/)
 * hi Nick,
    couple of things, serene 1.3 version just downloaded from wp.org:
 * 1. in content.php line 20 and 32 you use this conditional
    ! is_single() || !‘
   video’ !== get_post_format() not sure maybe I’m in a dumb moment but what about
   this: ! ‘video’ !== get_post_format() wouldn’t be better just: ! is_single() 
   || ‘video’ == get_post_format()
 * 2. the serene_post_meta_info() prints out a link which is nested inside a parent
   link “et-main-image-link”
    so you have 2 nested links, this makes the whole area
   of the play icon (et-play-video) totally unclickable for me, tested in Chrome
   and Firefox. Strange enough, this doesn’t happen on your demo on elegantthemes.
   com
 * Greetings from Italy and congratulations for your review on wpmu 🙂
    Andrea

Viewing 1 replies (of 1 total)

 *  [Bielot](https://wordpress.org/support/users/bielot/)
 * (@bielot)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/contentphp/#post-4117772)
 * In my weblog
    [http://bonrotllo.bielsalas.com/bloc/](http://bonrotllo.bielsalas.com/bloc/)
 * Andrea, thanks, I resolved following your solution,
    [http://wordpress.org/support/topic/contentphp?replies=1](http://wordpress.org/support/topic/contentphp?replies=1)
 * And I added a icon play in the featured thumbnail
 * Then I changed in style.css block to none in this style
 * .et-play-video {
    position: absolute; top: 50%; left: 50%; width: 160px; height:
   160px; margin: -80px 0 0 -80px; display: none; background: url(images/sprite.
   png) no-repeat -59px 0; }

Viewing 1 replies (of 1 total)

The topic ‘content.php’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Bielot](https://wordpress.org/support/users/bielot/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/contentphp/#post-4117772)
 * Status: not resolved