• Resolved hossal1974

    (@hossal1974)


    Hi guys,

    Just wondering if its possible to keep the spacing that a blog was written in when it appears on the front page? As you can see with mine there are actually 3 paragraphs in the blog but when it appears on my front page its just all squished together.

    Thanks,

    Paul

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author themevision

    (@themevision)

    Hello @hossal1974!

    Have you tried to add a custom Excerpt? (Manual Excerpt which is entered into the post separately)

    Please check the next article.

    I suggest you use the excerpt meta box.(First way).

    Regards

    Thread Starter hossal1974

    (@hossal1974)

    So are you suggesting I use an excerpt for each paragraph? Or if I assign it as an excerpt will it keep the formatting and spacing from the original post instead of just dumping it on my front page in one huge paragraph?

    Theme Author themevision

    (@themevision)

    Hi,@hossal1974!

    Yes, that’s correct.

    I think that is the easiest way to achieve that you want.
    The Custom Excerpt you write in the “Excerpt” meta box will overwrite the automatically created short excerpt of your posts.

    After that, if you want to show your custom excerpt text center aligned, insert the following code into Customizing->General->Additional CSS:

    .entry-content p{
        text-align: center;
    }

    Regards

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

The topic ‘Front page blog’ is closed to new replies.