Viewing 3 replies - 1 through 3 (of 3 total)
  • I use this to list the top 5 posts related to the current post

    [loop type=post category=this exclude=this count=5]

    Plugin Author Eliot Akira

    (@miyarakira)

    Hi buzzable,

    Please take a look at the documentation under Advanced -> Pass -> Taxonomy Loop.

    To pass each category of the current post, you can do something like:

    [pass taxonomy_loop=category current=true]
      Category: {TERM_NAME}
      [loop type=project category={TERM}]
        Project: [field title-link]
      [/loop]
    [/pass]

    You can also see: Main -> Taxonomy -> For / Each.

    Thread Starter buzzable

    (@buzzable)

    Thanks Draig and Eliot, but I haven’t been able to solve my problem so far. Taxonomy type is project_category actually, but I can’t find a way to filter my posts according to it. I want to pass the current project taxonomy and I found out that the only way is to specify it as “project_cataegory”, but it seems that I can’t get a comma separated list.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Project category passed to loop’ is closed to new replies.