• Resolved John

    (@dsl225)


    Hello,

    Is there a way to add line breaks inside the shortcode?
    For instance for getting excerpts at new line after the title.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Bill Erickson

    (@billerickson)

    I recommend using CSS to adjust the layout.

    
    .display-posts-listing .excerpt-dash { display: none; }
    .display-posts-listing .excerpt { display: block; }
    
    Thread Starter John

    (@dsl225)

    Awesome!
    That did it, many thanks!

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

The topic ‘Line breaks?’ is closed to new replies.