Archived topic
How to make Simple Author Box appear after Related Posts Hook
5 replies · Started by Shivam on December 27, 2020
I have used a hook for showing related posts and "Simple Author Box" plugin for showing author bio.
In my case the related posts is coming after the author bio.
But I want related posts to show before the author bio
I did not find any setting to get the desired result in "Simple Author Box" plugin
The hook setting for my "related posts" is set to "after_content"
Hi,
Are you adding both the "related post" and the "simple author box" as Hook elements?
https://docs.generatepress.com/article/hooks-element-overview/
If so, you can adjust which one comes first by adjusting their priority value.
Lower priority value appears first in the order of things. The higher the priority value, the later it will appear on the hook location.
Nope
The plugin "Simple Author Box" automatically adds author bio after the content and before the "related posts" hook.
I have tried changing the priority of "realted posts" hook from 0-100 but the result is same.
And I always disable cache and varnish when testing changes
Hi there,
that plugin provides a shortcode option which you can add using the same hook after your related posts. This topic explains how to get their shortcode:
https://wordpress.org/support/topic/simple-author-box-shortcode/#post-11550219
Thanks David for your support
It worked like a charm
Glad we could be of help