[Resolved] How to remove Custom Post Title, Date and Author

Home Forums Support [Resolved] How to remove Custom Post Title, Date and Author

Home Forums Support How to remove Custom Post Title, Date and Author

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #290231
    Satori

    Hello, I’m a musician, with no tech knowledge on how to develop websites. Anyway, using GeneratePress Premium has been a really fun experience. I’m using GP alongside with Elementor (Free Version By Now), and I’m trying to create an elementor template for my posts. Sadly, by the moment I’ve been only able to remove the post title thanks to the disable elements feature, but the date and author remains on the post page.

    Could you please help with this? Here is an example link: https://luzocultaoficial.com/post-template-test/

    #290232
    Leo
    Staff
    Customer Support

    Hi there,

    You can use GP’s blog addon: https://docs.generatepress.com/article/blog-overview/#blog-content

    Let me know if this helps.

    #290434
    Satori

    Hi Leo, it helped me, thanks for it. But now I face a problem, when seeing the category page on my site, everything I wanted to remove from the post page is also removed from the category page where posts are displayed. I’ve been thinking and… would you recommend me to create my own category pages to display the specific posts using the premium version of your plugin WP Show Posts? With the plugin can I display post for categories?

    Category Page Example: https://luzocultaoficial.com/documentales/

    Thanks in advance!

    #290479
    Leo
    Staff
    Customer Support

    Using WP Show Posts is definitely an option. Not going to stop you from getting Pro version but the free version should do what you are after ๐Ÿ™‚

    We could also try using CSS to hide those elements on posts page only. So turn the date and author back on in the Customizer, then add this CSS:

    .blog .entry-meta {
        display: none;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this is what you are after

    #291326
    Satori

    Thank you very much!

    #291328
    Leo
    Staff
    Customer Support

    You’re very welcome ๐Ÿ™‚

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