wp_head fo post in loop
-
I want to get post header in loop this return only first post header and after that return general site header how to make it return header for the post in loop
while ( have_posts() ) { the_post(); wp_head(); }
The topic ‘wp_head fo post in loop’ is closed to new replies.