Change Individual Post Metadata

Discussion in 'Cloriato WordPress Theme' started by jessicalynn83, Jun 2, 2014.

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

    jessicalynn83 Member

    Joined:
    Oct 18, 2012
    Messages:
    67
    Likes Received:
    1
    Location:
    NE Chicago Suburbs
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to single.php present in your theme directory and use the same process that you have used in blog.php for customization of post meta.


    Thanks & Regards
    Gourav Shrivastava
     
  3. jessicalynn83

    jessicalynn83 Member

    Joined:
    Oct 18, 2012
    Messages:
    67
    Likes Received:
    1
    Location:
    NE Chicago Suburbs
    Gourav,

    I found the single.php but I'm not sure what to post and where, further support would be appreciated.
    I think this is where I'm meant to post it:

    Code:
    <div class="post single">
            <h1 class="post_title">
              <?php the_title(); ?>
            </h1>
            <ul class="post_meta">
              <li class="posted_by"><span>Posted by</span>&nbsp;
                <?php the_author_posts_link(); ?>
              </li>
              <li class="post_date">
                <?php the_time('M-j-Y') ?>
              </li>
              <li class="post_category">
                <?php the_category(', '); ?>
              </li>
          
    And this is what I'm supposed to paste in from my styling options:

    Code:
    .content_wrapper .content .post .post_meta{
    background:none;
    }
    .content_wrapper .content .post .post_meta .posted_by, .content_wrapper .content .post .post_meta .post_date, .content_wrapper .content .post .post_meta .post_category, .content_wrapper .content .post .post_meta .post_comment{
    background:none;
    padding-left:0;
    }
    .content_wrapper .content .post .post_meta li{
    margin-right:0;
    }
    .content_wrapper .content .post .post_meta .post_category{
    display:none;
    }
    .content_wrapper .content .post .post_meta .post_comment{
    display:none;
    }
    .content_wrapper .content .post .post_meta a {
    color:#59317d;
    }
    .content_wrapper .content .post .post_meta {
    font-size: 13px;
    color: black;
    padding-top: 2px;
    }
    
    Is this correct?

    - Jessie
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Please provide the following information listed below.

    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:

    Send this information on our email at [email protected]


    Thanks & Regards
    Gourav Shrivastava
     
  5. jessicalynn83

    jessicalynn83 Member

    Joined:
    Oct 18, 2012
    Messages:
    67
    Likes Received:
    1
    Location:
    NE Chicago Suburbs
    Gourav,

    The email has been sent, thank you the extra help!

    Jessie
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Issue resolved, Please check your website.

    Thanks & Regards
    Gourav Shrivastava
     
  7. jessicalynn83

    jessicalynn83 Member

    Joined:
    Oct 18, 2012
    Messages:
    67
    Likes Received:
    1
    Location:
    NE Chicago Suburbs
    Gourav,

    It's looking much better, but's not quite even. Is there a pixel number I can adjust to make the post title and metadata even on the right side?

    Thank you for the continued support,
    Jessie
     
  8. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .content_wrapper .content .post .post_title {
    padding-left: 13px;
    }
    .content_wrapper .content .post .post_meta {
    padding-left: 23px;
    }
     
    Adjust its value as per your requirements.

    Thanks & Regards
    Gourav Shrivastava
     
  9. jessicalynn83

    jessicalynn83 Member

    Joined:
    Oct 18, 2012
    Messages:
    67
    Likes Received:
    1
    Location:
    NE Chicago Suburbs
    All right, I've fixed the single post meta and header. But now I seem to have bungled up the aligment of the main journal page meta and header. Thoughts?

    - Jessie
     
  10. Nitesh

    Nitesh Support Staff

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

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

    Code:
    .content_wrapper .content .post .post_title {
    padding-left: 0px;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     
  11. jessicalynn83

    jessicalynn83 Member

    Joined:
    Oct 18, 2012
    Messages:
    67
    Likes Received:
    1
    Location:
    NE Chicago Suburbs
    Nitesh,

    I appericate you stepping in for the assist. I did try that code, but while it fixed the front blog page, it screwed up the post title for the single post again. I'm starting to think I have conflicting CSS code in the Styling Options somewhere.

    I'm trying to get the main blog page (http://www.jessicazimmer.com/journal/) to match with each individual post page (ex: http://www.jessicazimmer.com/2014/06/05/starting-with-finishing/) but every time I fix one, the other seems to get messed up.

    Would it be useful to post all my styling options here, to better rule out code conflicts?

    You all have my deepest admiration for your patience. :)

    Sincerely,
    Jessie
     
  12. Nitesh

    Nitesh Support Staff

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

    Please check your site. All is fine now.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  13. jessicalynn83

    jessicalynn83 Member

    Joined:
    Oct 18, 2012
    Messages:
    67
    Likes Received:
    1
    Location:
    NE Chicago Suburbs
    Nitesh,

    Thank you so much! It looks gorgeous!
    I appreciate you fixing it.

    Best wishes,
    Jessie
     
Thread Status:
Not open for further replies.

Share This Page