Hello world!

.entry-summary{ text-align: justify; } p::before { content: “\A”; white-space: pre; line-height:1; display: block; }   <div class=”entry-summary”> <?php if (is_sticky()){ the_content(); } else the_excerpt(); ?> </div><!– .entry-summary –>   if ( is_sticky() ) : // Displaying full content for the sticky post. the_content( sprintf( wp_kses( /* translators: %s: Name of current post. Only visible to … Read more