• Resolved riteshsapra

    (@riteshsapra)


    I dont want to see the date stamp below the title of the post. By default, this is hidden in pages.
    I solved this issue by removing the line <?php mh_post_header(); ?> in the single.php

    Now when I view categories, each article shows up along with the featured image, but the time stamp also shows up. How can i remove the timestamp while viewing categories?

    Many Thanks.

Viewing 1 replies (of 1 total)
  • Hi riteshsapra,

    thanks for using MH TechMagazine.

    You could hide the date on archives with some CSS:

    .mh-meta-date { display: none; }

    When it comes to CSS modifications, you can always use tools like Firebug or your browsers inspection tool to inspect the elements on your site, check how the CSS has been applied and then use this information to add your own custom CSS code as you like.

    Please don’t add that CSS code to the original stylesheet of your theme because these changes would be lost after theme updates. Instead you could make use of plugins like Simple Custom CSS to add custom CSS code to your website.

    As an alternative you could upgrade to the premium version of MH Magazine which offers options to disable post meta data, among several other additional features, options and custom widgets.

Viewing 1 replies (of 1 total)
  • The topic ‘{THEME: MH Techmagazine} How to remove the date stamp while viewing categories?’ is closed to new replies.