Hello Wizards,
I have a question about the page headers:
I now have this inside Content area:
<h1>{{post_title}}</h1>
And it outputs this on my single post pages:
Thank You Japan!
October 25, 2017 | Coen
This is fine, although a bit strange as it also pulls in the Date and the Author? You would suspect it only to output the Title?
Now we are starting with some guest post, so the author would be different. I don’t want to give those a user access.
I could manually enter the Date and Title in a new page header, but my first idea is that I want to make a generic page header called Guest Post where I replace the Author Name by Guestpost.
How can I only pull in the Title of the post and the Date, so that I would end up with something like this:
<h1>{{title}} <br>
{{date}} | Guest Author
</h1>
Or is there a better way, maybe even something I can enter in the post entry that pulls in a author name without having to add a WP user?
—C