Blog Flashcards

1
Q

blog post 의

th는

A

home.php, index.php 다

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

이게 무슨 설정일까?

A

홈페이지는 웹사이트 들어가면 처음으로 표시되는 페이지고

posts page 는 보통 블로그의 글 목록을 보여주는 걸 처리한다

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

이 기능은 뭐에 유리한가?

A

post의 category를 정함으로써

SEO에 더 도움됨

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

카테고리를 설정해뒀으면

A

post에서 category를 지정할 수 있다

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

featured

A

주연의, 메인의

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

featured image

는 무슨 의미?

A

메인 이미지

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

현재 post의 작가과 관련된 걸 가져오는 함수

A

get_the_author_meta()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

get_the_author_meta() 로 뭐뭐를 가져올 수 있는가?

A

user_level

user_status

user_description

jabber

등등을 가져올 수 있다

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

get_the_author_meta()

로 표시할 수 있는 속성들은 어디서 지정할 수 있는가?

A

User > Profile

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

주어진 ID로

사용자의 author page URL 리턴하는 거

A

get_author_posts_url()

ex)
get_author_posts_url( get_the_author_meta( ‘ID’ ) );

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

무슨 코드인가?

A

워드프레스에서 글이 언제 써졌는 지 템플릿에서 표시하고 있다

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

글이 언제 써졌는지 반환하는 함수

A

the_time()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

워드프레스 설정에서 option 값 가져오는 거

A

get_option()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly