• How do you remove the date, author and time stamp on posts using the Modality theme? I have tried all the normal ways I have used on other themes and websites but nothing seems to remove it. I have also looked in the forums and tried the ways suggested for other themes and it does not seem to work on mine.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author vpthemes

    (@vpthemes)

    Navigate to WordPress dashboard -> Appearance -> Customize -> Modality Theme Options -> Theme Blog Settings -> Post Info Position and select option “Disable”

    Thread Starter boydj

    (@boydj)

    vpthemes you are a savior and just saved me hours! Last question, it removed it from the post itself but not on the home page. Any thoughts on that?

    Thread Starter boydj

    (@boydj)

    Just to add to that previous comment, it still shows author and date in the “latest news”section on home page. How do I remove that?

    I would like to know also

    I, as well, would like to know.

    Along with removing tags from all posts.
    https://www.ads-software.com/support/topic/remove-tags-from-posts-1?replies=1

    On modality pro 1.05 and had the same problem. The checkbox to disable this only works for the meta info that’s inside the post but on the main page if you have the ‘latest news’ section turned on, it shows the ‘date by author’ with the calendar and person icons which I wanted to turn off as well.

    It would be GREAT if there was a checkbox to turn the meta info and the icons off for the main page of the latest news.

    I worked around this by clearing out the owlpost template, not the most elegant solution because maybe for certain categories I would want that info to show up.

    I setup a child theme and edited the Modality Pro: owlpost-info.php
    Removed everything except what you see below:

    <?php
    /**
     * @package Modality
     */
    ?>
    <div class="post-info">
    </div>

    These are also some plugins that I tried, one or all of them worked to remove the meta info but the icons still showed up which is why I had to mod the owlpost file.

    -WP Meta and date remover
    -Remove/hide Author, Date, Category Like Entry-Meta
    -Show Hide Author (worked but only within the post, same as the post info disable checkbox)

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove Author/Date/Time’ is closed to new replies.