Archived topic
Byline & end-of-post checks
6 replies · Started by Shaun on October 11, 2020
Hi
I started building a site using Genesis, but I am changing it to GP Pro and using GB. The site is live, but I have discouraged indexing so I can take my time.
I have 2 queries re a single post - (attached)
- I would like to place a byline (author, date, author image) under the title, but I am unsure how to do this.
- At the very bottom of the page are some links (categories, last post, next post) - I am unsure why they are there. I'd like to remove them but am unsure how.
I appreciate any pointers you can give me.
Cheers
Shaun
1.) I highly suggest using the Header Element to create a page hero on this one instead of manually adding things on the page/post content.
Header Element Overview:
https://docs.generatepress.com/article/header-element-overview/
Here's how to create a page hero.
https://docs.generatepress.com/article/how-to-create-a-page-hero/
you can then use {{post_title}},{{post_author}} and {{post_date}} for display.
More page hero examples here: https://docs.generatepress.com/article/page-hero-examples/
2.) These ones can be removed through Dashboard > Appearance > Customize > Layout > Blog.
Click on the "Single" tab and uncheck "Display post categories", "Display post tags" and "Display post navigation".
Thanks Elvin
2 related questions:
1. Is there code (eg {{post_title}} ) for 'lasted updated date?
2. Same for author profile picture if Gravatar?
Cheers
Shaaun
Hi there,
you can use the filter provide here:
It will make the {{post_date}} display the updated date.
Thx David
You're welcome