Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #456322

    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.

    #456807

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.