Themesphere Support Forum » Support » Spotlight

Display videos on homepage

(3 posts)
  • Started 1 year ago by saquillano
  • Latest reply from saquillano
  1. saquillano
    Member

    I think the "Do you want to display videos on the homepage?" is a great feature; however, I noticed that if you embed a youtube video into a post that also has other text in the same post, both the text and video will be displayed in the "Recent Videos" footer.

    Is it possible to strip the text from such a post so that only the video will be showed in the "Recent Videos" part of the footer?

    Posted 1 year ago #
  2. Please edit footer.php (wp-content/themes/spotlight/footer.php)

    Replace line 23 echo $content; with:

    preg_match('/(\<object.+?\>(.+?)\<\/object\>)/is', $content, $match);
    echo $match[1];
    Posted 1 year ago #
  3. saquillano
    Member

    Thank you.

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.