Tagged: blog loop, custom widget area
Hello Team!
Hope all is well.
I am curious to know how to add a custom widget area to blog loop? I have figured out how to add an ad between every few blog post in loop. I see the example you have for header but this doesn’t help me in the blog loop.
Please help.
Hi Vicken!
Around line 243 in the /enfold/includes/loop-index.php file you’ll see this.
echo "</article>";
You could try adding the widget right beneath that line. Just like in the header example you would create the new widget area and then use this to display it.
dynamic_sidebar( 'header' );
Best regards,
Elliott