• Resolved iantresman

    (@iantresman)


    I have posts of animals, and a custom field (cf) indicating their species:

    title=cat cf=mammal
    title=dog cf=mammal
    title=bat cf=mammal
    title=cod cf=fish
    title=eel cf=fish

    I want to list the animals in groups by species. Any suggestions? I can’t prevent the custom field group from repeating?

    mammal
    -cat
    -dog
    -bat

    fish
    -cod
    -eel

Viewing 2 replies - 1 through 2 (of 2 total)
  • I think the powerful custom taxonomy feature of WordPress is made for needs like this.

    Read and learn about it on the web and after that, take a look at the [for each] shortcode of CCS.

    For shore it will make you smile!

    Good luck!

    Thread Starter iantresman

    (@iantresman)

    That’s what I thought.

    I would like to suggest that [for each] is enhanced to work with custom fields too!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How to group results?’ is closed to new replies.