Support » Theme: Iconic One » Add Image or Video post formats on home page

  • Resolved geekergosum

    (@geekergosum)


    Hi,

    I have some video format posts that while they show the Youtube embedded player on the post page only shows the text extract on the home page. Is it possible to have the youtube video displayed on the home page? The site I am looking at is http://www.carolinechattaway.com/

    I have this with other themes on other blogs (see geekergosum.com) but when I use Iconic One it doesn’t seem to work.

    Thanks Matt

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Themonic

    (@themonic)

    If you do not want text excerpts on home page then do the following:

    Remove || is_home() from the following line

    <?php if ( is_search() || is_home() || is_category() || is_tag() ) : // Display Excerpts for Search, home, category and tag pages ?>

    It would become

    <?php if ( is_search() || is_category() || is_tag() ) : // Display Excerpts for Search, category and tag pages ?>

    it is line 44 of content.php

    After doing this you can use the <!–more–> tag in articles to break your posts for home page.

    Is it possible to do that for a specific category?

    I would like to have this only on my video posts, for instance!

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add Image or Video post formats on home page’ is closed to new replies.