Hi,
Thanks for helping me, my site is looking great now, and is getting the best scores on Google Pagespeed, and GT Metrix 🙂
One more question though. I don’t get the possibility to edit using Generatepress, or GenerateBlocks, on the pages that my Glossary /wiki plugin makes.
You can see one of them here:https://onlinemarketingbureauet.dk/ordbog/seo/
I asked the maker of this plugin and he told me this:
“Hi there,
Thanks for purchasing my plugin. I would be happy to help you.
You can add Gutenberg / Block Editor support to my custom post type easily by adding following script to your current theme’s functions.php file”
function wpg_post_editor ( $args ) {
$args[‘show_in_rest’] = true;
return $args;
}
add_filter ( ‘wpg_post_type_glossary_args’, ‘wpg_post_editor’ );
Is it true what he says ? And how do I add it in the functions.php ? Inside my Cpanel ?
Thanks,
Jimi