2 Questions about the Blog Template Page

Discussion in 'Dzonia WordPress Theme' started by abarlow123, Oct 7, 2013.

Thread Status:
Not open for further replies.
  1. abarlow123

    abarlow123 New Member

    Joined:
    Mar 12, 2012
    Messages:
    2
    Likes Received:
    0
    On the blog template page-

    1. Is there any way to remove the continue reading link and show the full post?

    2. Is there a way to center justify the text? I'm trying to make a poetry site where the majority of posts are center justified. When you click to show the full post they are center justified, but when browsing all the blog posts at once, it's just one lump of text.

    Thanks in advance for the help!
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    1) Open blog.php and replace code shown in the image with the code given below.

    Code:
     <?php the_content(); ?>
    fulpost.png

    2) Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .post_content p {
    text-align: justify;
    }
     
  3. abarlow123

    abarlow123 New Member

    Joined:
    Mar 12, 2012
    Messages:
    2
    Likes Received:
    0
    Worked perfectly. Thank you.
     
Thread Status:
Not open for further replies.

Share This Page