• Resolved Jack

    (@moxie)


    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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Multiple content blocks] Can't use in on non-singular pages/posts’ is closed to new replies.