I want to use this on my index page as well, and also on my archive pages. So I need this to work inside the loop. Anyone with an idea how to do this? I also tried the Secondary HTML Content plugin, but that has the same problem.
I want to use this on my index page as well, and also on my archive pages. So I need this to work inside the loop. Anyone with an idea how to do this? I also tried the Secondary HTML Content plugin, but that has the same problem.
Hi Moxie,
Did you get this resolved? I'm also looking for a way to use Secondary HTML Content within the Loop.
You need to pass the current post's ID to the function like so
the_secondary_content(1, $post->ID);
where 1 is the number of the HTML content block you want to show.
This topic has been closed to new replies.