Header Widgets

Functions File Add this code right before the footer widget code (if that’s not there, see below) Look for register_sidebar in the functions file. Add this right at the end of that section. After the ); and before the } (It’s right before the add_action line) Header File Stylesheet

Footer Widgets

(THIS IS ALREADY ADDED AS STANDARD IN MY CUSTOM BASE THEME) Functions File Look for register_sidebar in the functions file. Add this right at the end of that section. After the ); and before the } (It’s right before the add_action line) Footer File Stylesheet

Blog Summary – Read More

I’m pretty sure this is already coded in on my base theme template? This code goes in the main functions.php file (not the child theme) This code goes in theme > child theme >template parts > content.php Search for the lines: Add the following code snippet just below them: Find… read more