First of all I want to thank you for your fast response about me using my own templates. Now something weird is happening. I created a simple snippet
add_shortcode( ‘testprint’, function () {
print”<b>Why is this happing?</b>”;
} );
All that is on the test page is
[testprint]
the out put from the snippet is bboth on the page and above the banner.
https://gotcooties.org/testprint/
Can you tell me what this idiot is doing wrong? All my database pages are ready to go but because of this print problem I don’t want to publish to the public.