• Resolved hilmannnn

    (@hilmannnn)


    Hi, Is it possible that I can show full post and not just a summary of the post in the home page?
    I tried going to
    Settings > Reading > For each article in a feed, show full text.
    It doesn’t change anything.
    How do I solve this?

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

    (@themonic)

    Hi,

    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 line 44 of content.php

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

    If you are modifying php files, it’s better to use child theme and copy the content.php to child theme so that you can easily upgrade to new versions without loosing customizations.

    hi how are you i want to remove author name and date from my post how to do this please i use Iconic One

    Theme Author Themonic

    (@themonic)

    Hi abdovic1,

    please create your own thread/topic by going to this page and entering title and description, don’t hijack other users thread.

    http://wordpress.org/support/theme/iconic-one

    http://codex.wordpress.org/Using_the_Support_Forums

    I am having the opposite issue at http://blog.ccmg.com/. That line in my content.php file looks like this:

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

    But my home page is showing the full article rather than the excerpt. What am I doing wrong?

    Thanks!

    If you require assistance then, as per the Forum Welcome, please post your own topic instead of tagging onto someone else’s topic.

    I am now closing this 10 month old topic as it references an older version of WordPress.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Home page’ is closed to new replies.