Archived topic
Related posts mystery (to me)
3 replies · Started by Dave on January 21, 2021
Hello
I've just installed GeneratePress and Premium, and the Dispatch theme. Very happy with it all - getting good speed and great design.
But I can't for the life of me work out what's happening to the Related Posts at the bottom of each post. Help!
See here for a typical example: https://deltacharlie.com/archer-ties-with-fiat-chrysler-to-manufacture-mystery-evtol/
Thanks, Dave
Hi there,
the Post navigation uses a Hook Element that uses PHP. So that goobledigook means that your site won't allow PHP Editing...
Simplest solution is to use add this PHP Snippet to your site:
add_filter( 'generate_hooks_execute_php', '__return_true' );
Adding PHP: https://docs.generatepress.com/article/adding-php/
Wow! Quick and easy fix! Thanks for the great support.
Glad to be of help.