Site logo

Archived topic

How to remove Custom Post Title, Date and Author

5 replies · Started by Satori on March 11, 2017

Viewing posts 1–6 of 6

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/

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!

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

Thank you very much!

You're very welcome :)

This archived topic is closed to new replies.