• amila

    (@flatworld21)


    need add this

    $date_out .="<style> .entry-meta .entry-date{ display:none !important; } </style>";

    before change

    function rm_date_css() {
            $date_out .="<style> .entry-footer .posted-on{ display:none !important; } </style>";
            $date_out .="<style> .entry-meta .entry-date{ display:none !important; } </style>";
            $date_out .="<style> .entry-meta .date{ display:none !important; } </style>";
            echo $date_out;
        }
    function rm_date_css() {
            $date_out .="<style> .entry-footer .posted-on{ display:none !important; } </style>";
            $date_out .="<style> .entry-meta .posted-on{ display:none !important; } </style>";
            $date_out .="<style> .entry-meta .entry-date{ display:none !important; } </style>";
            $date_out .="<style> .entry-meta .date{ display:none !important; } </style>";
            echo $date_out;
        }

    https://www.ads-software.com/plugins/wp-author-date-and-meta-remover/

Viewing 1 replies (of 1 total)
  • Plugin Author Johnnie

    (@johnnie2u)

    Interesting. I will look into this. Thank you so much for the heads up.

    Thank you,
    Johnnie.

Viewing 1 replies (of 1 total)
  • The topic ‘add this’ is closed to new replies.