• Resolved dylan11298

    (@dylan11298)


    I can’t seem to find a setting on how to disable POST/BLOG dates?

    I don’t want the dates to be visible to page viewers…

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey,
    add this css in your theme options> advanced settings.

    .postdate {
        display: none;
    }

    Kadence Themes

    Thread Starter dylan11298

    (@dylan11298)

    That did not seem to work…

    Link: http://www.bigllcny.com/2015/09/25/sports-pub-family-restaurant/

    The post includes the date, in the upper right hand corner, and the dates are included on the posts of my blog page (again, right hand corner).

    I looked at your link and you have added a script into your css box… don’t do that. you can’t add:

    <script>
      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
    
      ga('create', 'UA-17551101-1', 'auto');
      ga('send', 'pageview');
    
    </script>

    into the css box, it won’t work and it will also make all your custom css not work. For adding google analytics add a plugin like this: https://wordpress.org/plugins/google-analytics-for-wordpress/

    Kadence Themes

    Thread Starter dylan11298

    (@dylan11298)

    That was it – thank you so much for the help.
    You guys are fantastic!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How To Disable POST Dates?’ is closed to new replies.