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

    (@livemesh)

    The solution depends on whether you want to retain the post formatting and images within the post content.

    If you are ok with just displaying the entire post content as text, you need to just avoid providing the excerpt in post edit window and the entire content will be displayed.

    If you need to maintain the formatting and images within the content, you will have to go for a code change at includes/grid-functions.php line number 170 to

    <?php echo get_the_content(); ?>

    Hope this helps.

    Thread Starter lewinontheedge

    (@lewinontheedge)

    Hi, thank you very much for the swift and helpful reply!

    I replaced the line in the php and it does keep the format. However, it does not respond to linebreaks, which is a bummer. Any ideas on how to fix that?

    Plugin Author livemesh

    (@livemesh)

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

The topic ‘[Livemesh Grid]’ is closed to new replies.