• Resolved ess555

    (@ess555)


    Hello,

    I’m trying out the free version of the ZeroGravity theme. I’m afraid I don’t quite understand the logic of the homepage.

    What I’d like is for the posts to just be displayed in full with their formatting. Right now the posts have had their formatting removed on the homepage — even the paragragh breaks — and most of the text is missing!

    I hope this is possible.

    Thanks in advance.

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

    (@galussothemes)

    Hi ess555,

    To display the full content of posts on the main page you must edit the content.php file (this feature is available in the pro version without editing any files)

    Look for this line

    <? php if (is_home () || is_search () || is_category () || is_tag () || is_author () || is_archive ()):

    and replace it with this

    <? php if (is_search () || is_category () || is_tag () || is_author () || is_archive ()):

    Regards.

    Thread Starter ess555

    (@ess555)

    Thank you so much! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[theme: ZeroGravity] possible to have full and formatted posts on homepage?’ is closed to new replies.