Hi Frank,
WordPress provides an adequate solution. You can edit your single post “single.php” file with the short-code to the plugin.
Here is more information: https://wordpress.com/support/templates/edit-the-single-template/
FYI, if like mine, your theme doesn’t have a template section, you will have to edit the code in the single.php file instead.
Here is an example of the php code to add:echo do_shortcode( '[quotes-llama]' );
Thread Starter
Frank
(@phasar40)
For whatever reason my template editor is not a block editor. I tried inserting the code in various places in the php file and I couldn’t get it to show in the correct position. I was using the shortcode given in the plugin and the code you gave above.