Archived topic
Author box after content and before YARPP
5 replies · Started by Nacho on November 24, 2020
Hello,
I want to show the author after the content just like in the website you can see in the Private info but I´ve related posts and I want to show it before the related posts plugin YARPP.
Thanks a lot for the help.
Hi there,
YARPP provides the option to display its content using a shortcode.
In it its options you can disable the Automatically Display.
Then create a new Hook Element:
https://docs.generatepress.com/article/hooks-element-overview/
Add their Shortcode to the hook content:
[yarpp]
select the Hook: generate_after_entry_content
set the Priority to: 9
Check the Execute Shortcodes
Set Display Rules to Posts > All Posts ( or wherever it is you need it displayed ).
This will move the YARPP content before the posts footer meta.
Hello David,
Cool :), that worked.
Now how can I move the author box to below the post?
Thanks a lot.
To put after YARRPP use the same hook and increase the Priority - eg. 15
Hello David,
Thanks a lot for your help man.
Have a nice day.
You're welcome