- This topic has 10 replies, 2 voices, and was last updated 5 years, 5 months ago by
Tom.
-
AuthorPosts
-
May 16, 2019 at 3:17 am #901215
Hasan
I am trying to display the archive pages as an image gallery, so need to show only the featured images for each posts, and remove everything else. I was able to disable everything from the archive pages using the customizer, but can’t get rid of the post title.
Please let know how to remove post title from the archive pages.
Thanks!
May 16, 2019 at 4:38 am #901298David
StaffCustomer SupportHi there,
if you want to remove the markup for it then it would require a child theme, Tom explains here:
https://generatepress.com/forums/topic/hide-content-title/#post-786670
The alternative is to use CSS:
.generate-columns-container .entry-header { display: none; } .generate-columns-container .inside-article { padding-bottom: 0; } .generate-columns-container .post-image img { vertical-align: middle; }May 31, 2019 at 4:26 am #916153Hasan
Is it possible to remove the post title on the archive pages without copying the content.php to the child theme and modifying the file? I do not want to do that because in future if the actual file changes, I’ll have an outdated file on the child theme. Don’t want to use the CSS to hide the title either because of SEO issue.
It would be so nice to have an option in the disable element to turn off the title and metadata on the archive pages and remove the bottom padding, which will enable GP to use as a nice photography theme without doing any customization. Where can I request this feature?
Best regards,
HasanMay 31, 2019 at 7:08 am #916371Tom
Lead DeveloperLead DeveloperAs of right now it’s not possible without a child theme, but I agree it would be a useful feature. I’ll see what I can do 🙂
June 1, 2019 at 6:00 am #917012Hasan
Thanks Tom! Looking forward to see this feature on the next release, since this is a small feature to integrate.
June 1, 2019 at 6:48 am #917092Tom
Lead DeveloperLead DeveloperNo problem 🙂
April 12, 2020 at 6:24 am #1236104rune@wecoplay.com
I would also like that option.
October 16, 2020 at 9:35 am #1492258Hasan
Hi Tom,
Is it possible to do this with the latest version of GP?
Thanks!
October 16, 2020 at 9:58 am #1492312Tom
Lead DeveloperLead DeveloperYes! The content title option in Disable Elements now applies to archives as well, so you can create a Layout Element to disable it: https://docs.generatepress.com/article/layout-element-overview/
November 2, 2020 at 6:27 am #1514365Hasan
Awesome! Thanks for listening!! 🙂
November 2, 2020 at 10:18 am #1514974Tom
Lead DeveloperLead DeveloperNo problem! Glad it’s useful 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.