• Resolved elizeustachuka

    (@elizeustachuka)


    Hello , every time I create a new page, displays the date the page was created, this option should appear only on post.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi

    Please elaborate your issue Clearly,

    and share Your website URL.

    Thanks.

    Hi @elizeustachuka

    To remove date from the page .

    follow the given below instruction .

    1 Open the page.php file (located in your theme folder).
    2 Open it and find the below lines of code on line no 25 26 27 28

    <div class=”qua_post_date”>
    <span class=”date”><?php echo get_the_date(‘j’); ?></span>
    <h6><?php echo the_time(‘M’); ?></h6>
    </div>

    3 And remove it .
    Let me know for further assistance .

    Thanks
    Akhilesh

    Thread Starter elizeustachuka

    (@elizeustachuka)

    Hi Akhlesh Nagar.
    Thank you for your support! His solution worked!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Page creation date .’ is closed to new replies.