• Im trying to process a loop to retrieve specifics content type to look like :

    1. Africa (4)
    1.1 Nigeria (2)
    1.2 Senegal (2)
    1.3 …

    2. Europe (10)
    2.1 France (4)
    2.2 UK (5)
    2.3 Belgium (1)

    I have 2 type of content.
    First, Countries, and second Projects

    Each projects are related to a country by relation.

    A country use a Hierarchy.

    I want to list Country by hierarchy, display the numbers of projects for each continent, and for each country.

    i cannot use wp_list_page because i want to redirect the link on a specific page using a specific page to display the list of project.

    I have try many WordPress Functions to process it, without any success.
    Any Idea where i can start with ?

    Than u.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I don’t understand what you are doing, what are these “specifics content type” in wordpress, are they custom taxonomies, are they just regular categories, or are they just a wordpress page hierarchy?

    Thread Starter John

    (@groupewibi)

    Sorry Max,

    Here more informations :
    I have create Custom Content using Custom Content Type Manager.

    I think it’s neither Taxonomy or Category. Or maibe i missing some stuff there.

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

The topic ‘Nested Loop issues’ is closed to new replies.