문제

Is it possible to show list of taxonomy terms in archive page instead of the post list? Via modifying the query and not temper with theme templates?

I have a taxonomy archive that I want to display list of terms from another taxonomy, because they are linked via term meta.

Is this possible to achieve?

도움이 되었습니까?

해결책

Not without messing with templates, no.

All WordPress pages are based on a query for a post or posts. If you want to list terms the only way to do that is a custom template that queries the terms and lists them.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 wordpress.stackexchange
scroll top