Move post meta at bottom of article

Home Forums Gillion Theme Move post meta at bottom of article

Home Forums Gillion Theme Move post meta at bottom of article

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
  • deantep
    Participant

    Hello, i tried to move post meta at bottom of article, but didnt succeed.

     

    Moved it in single.php after

    <?php if( $score && $review_layout == ‘full bottom’ ) :
    gillion_post_single_review( get_the_ID(), $score, $review_layout );
    endif; ?>

     

    <div class=”post-meta”>
    <?php gillion_post_meta( 10 ); ?>
    </div>

     

    How to move it? 🙂

    Hi @deantep,

     

    I hope you are well today and thank you for your question.

     

    You can move it by editing the file /jevelin/content.php in your child theme and move the below code in it wherever you want to display.

     

    <div class="post-meta post-meta-one">
    	<?php jevelin_meta_one(); ?>
    </div>

     

    Best regards,
    Shufflehound team

    deantep
    Participant

    But i have Gillion theme

    Sorry for misunderstanding.

     

    For gillion theme  you can edit the file /gillion/single.php in Gillion child theme and change the below code on line number 76

     

    <div class="post-meta">
    	<?php gillion_post_meta( 10 ); ?>
    </div>

    deantep
    Participant

    I did that as u can see in my post, but when i move it, metadata is not visible on frontend in aritcles, so my question is, ho to properly ove metadata to bottom of posts/articles?

    Do you want to move it on Single post page or on posts archive page such as blog or on all pages?

    deantep
    Participant

    I want to move it in all articles/posts

    You can try achieving this by using the attached custom child theme of Gillion theme that contains some custom code.

    Attachments:
    You must be logged in to view attached files.
Viewing 8 posts - 1 through 8 (of 8 total)