Nested Loop issues
-
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 ProjectsEach 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.
The topic ‘Nested Loop issues’ is closed to new replies.