Easy Digital Download plugin – remove author and date from certain post types

Homepage Community Forums Epik Theme Support Easy Digital Download plugin – remove author and date from certain post types

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #15301
    erinhoward
    Customer

      Hello – I am using the Easy Digital Downloads plugin. I think the way it works is that it creates a custom post type for selling downloads.

      It works really well, except that on the download page it shows a post date, an author name, and “filed under” and I don’t want those visible.

      The page is here: https://streamlineinternetmarketing.com/downloads/mailchimp-email-marketing-essentials/

      In their forums they say that is controlled by the theme.

      Any tips for how I can exclude post date, author name, etc., ONLY for particular post types or categories? I can see where those are controlled from, but I can’t figure out how to get rid of them only on the Download page and not on all posts.

      Thanks,
      Erin

      #15343
      Eric
      Customer

        You can add a CSS override which will hide it from visually showing up on your site. Just add this to your CSS –

        .edd-download .post-info {
        	display: none;
        }

        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.