September 8, 2016 at 10:42 pm
I am building a new site, and recently added a terrific plugin called Cooked. A sample single recipe looks like this:
*Login to see link
– I found single.php in the templates directory. I made a copy, and called it: single-cp_recipe.php.
– I edited single-cp_recipe.php: <?php get_template_part('templates/content', 'singlerecipe'); ?>
– In the templates directory, I copied content-single.php, into content-singlerecipe.php, and added the line “This is a recipe” in the footer. I could tell it was accessing this, because the new text appeared.
However, now I want to get rid of the sidebar in the recipes, and am seeking guidance on how to do that. I actually don’t want to remove it completely. I wouldn’t mind keeping the search bar, and removing everything else.
(BTW, I’m used to having complete access to my server via SSH, and I’m already affected by being in an SFTP environment… )
My guess is this has something to do with:
kadence_single_post_content_after
But I’m not even sure where to find that…
Any guidance on removing or editing the sidebar from a single recipe is welcome.