• Resolved ann4rever

    (@ann4rever)


    Hello, Alexander!
    First of all I would like to thank you for this awesome theme! I know everyone says that to you, but those are not just words, they are from heart!

    And the second thing, I would like to know how to remove the dates from the posts?
    1. From the both sidebars
    2. From the post.

    Thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi! Thank you a lot.

    1. If you use the AlxTabs/AlxPosts widgets, there is an option to disable the date within the widgets.
    2. With a child theme, modify single.php and content.php. Sample child theme download here.

    In single.php, locate and remove:

    · <?php the_time(get_option('date_format')); ?>

    In content.php/content-featured.php, locate and remove:

    <p class="post-date"><?php the_time('j M, Y'); ?></p>

    Thread Starter ann4rever

    (@ann4rever)

    Alexander, thank you very much! Everything is well now!
    Hello from Russia! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Dates in posts — how to remove?’ is closed to new replies.