Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Eric Amundson

    (@sewmyheadon)

    Hi Ritchieb,

    Aha. I think I get what you’re saying. By default, the plugin shows just the_excerpt() (excerpt only), rather than the_content() (full post). Excerpts strip HTML formatting, images, etcetera, so if you’d like to preserve HTML formatting, images, and paragraphs, you’ll want to modify the output template to use the_content(), rather than the_excerpt().

    Check out this page for more info on changing the output template:

    https://wordpress.org/plugins/posts-in-page/faq/

    Also, I know there are multiple threads in the support that deal with this, but this one should help get you started in the right direction:

    https://wordpress.org/support/topic/paragraph-tag-not-working-on-the-page?replies=2#post-4828183

    Hope that helps!

    Thread Starter Ritchieb

    (@ritchieb)

    Hi Eric,

    Thanks for your quick reply, it’s very much appreciated… but i was already thinking that’s gonna be way too “technical” for me hence i use plugins
    cause when it comes to coding i’m lost hahaha

    But then again, i always wanna try so i also tried to see if i understood you well. So i opened the output template with Dreamweaver (yes although i don’t code, i do have it)
    and I have changed the_excerpt() there into the_content(). And it worked.

    But I always try to understand how things works. To me as a noob, it feels like changing that is making a referral to something else. So i have been looking around to see if I can see where to.
    Cause i hoped to some kind of file in which the styling is made up.

    Cause like i said, it now works. it’s not an excerpt anymore. But the only thing what i still would like to change is the spacing between the title and the content. Cause they are still kinda clued together.
    It’s not the end of the world but styling wise it would be much nicer and more readable if i had a gap between the two of them.

    I hope can shine a light on that as well.

    Again many thanks in advance

    Best regards,
    Richard

    Plugin Author Eric Amundson

    (@sewmyheadon)

    Howdy Richieb,

    Glad to hear you got the template modified to include the content.

    RE: Spacing between your header and content – that should be controlled by CSS in your theme, so that’s where you’d have to make the change.

    I hope that helps!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Text shows no returns’ is closed to new replies.