Justifying text in an excerpt?
-
Hi,
I am using the SilverOrchid theme by Gazpo and it has five “featuring categories” in the Index page showing pics and excerpts. I was wondering if it was possible to justify the text of those excerpts.
My website is https://www.putrumputrum.com/en
The code for each of the feat_cat.php for showing the excerpts is:
<div class="post-meta"> <span class="date"><?php the_time('F j'); ?></span> <span class="comments"><?php comments_popup_link( __('no comments', 'silverorchid'), __( '1 comment', 'silverorchid'), __('% comments', 'silverorchid')); ?></span> </div> <p> <?php $content = get_the_excerpt(); $content = strip_tags($content); $content = strip_shortcodes( $content ); echo mb_substr($content, 0, 200). '' ?> </p> </div> </li> <?php
Can somebody help me out with this? I know nothing about php.
Thanks in advance.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Justifying text in an excerpt?’ is closed to new replies.