소스 검색

Add groups taxonomy to JSON download. Close #1

master
Adrian Short 9 년 전
부모
커밋
bd01603e9e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      includes/sites.php

+ 1
- 0
includes/sites.php 파일 보기

@@ -39,6 +39,7 @@ if ( $query->have_posts() ) :
'country' => get_the_terms( get_the_ID(), 'countries' ),
'council' => get_the_terms( get_the_ID(), 'councils' ),
'platform' => get_the_terms( get_the_ID(), 'platforms' ),
'group' => get_the_terms( get_the_ID(), 'groups' )
);

$sites[]= $row;


불러오는 중...
취소
저장