• Resolved mrgeneral

    (@mrgeneral)


    Hello all,

    I’m proudly using Iconic One theme, I’ve done changes to it.
    I am, however, unable to see the homepage posts displaying the full and formatted article/posts.

    My website is http://www.bebesonho.pt

    Could you please let me know what I should do in order to fix this?

    Thanks!

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

    (@themonic)

    This is because the theme uses excerpts http://codex.ww.wp.xz.cn/Function_Reference/the_excerpt

    If you don’t want excerpts then:

    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, home, category and tag pages ?>

    it is around line 44 of content.php

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

    Thread Starter mrgeneral

    (@mrgeneral)

    Hello Themonic Theme Author,

    Thank you for your fast help!
    I’m really glad to have this communication method to get the support I really needed!

    I’m sad due to the fact that I cannot update the template, or it will break the header and it will keep the sidebar I don’t want to. I’ve done a few things in the template, let’s hope my friend won’t update it.

    Congratulations for your work, you’re amazing!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Homepage posts aren't formated’ is closed to new replies.