“How do I insert a div tag in the middle of a WordPress loop of related posts?”
How to insert a div after the third post of this wordpress loop (code below) ?? I searched the site but I couldn't find an explanation of how to insert it in a code like mine. <?php $tags = wp_get_post_tags($post->ID);…