소스 검색

Output custom field `url` as well as the permalink. Fix #7

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

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

@@ -26,7 +26,8 @@ if ( $query->have_posts() ) :

$row = array(
'title' => get_the_title(),
'url' => get_permalink(),
'permalink' => get_permalink(),
'url' => $meta['url'][0],
'feed_url' => $meta['feed_url'][0],
'date_created' => get_the_date("c"),
'date_modified' => get_the_modified_date("c"),


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