Home › 게시판 › 커뮤니티 › Q&A › 전면페이지에 카테고리별로 이미지를 보여주고 싶습니다. › '전면페이지에 카테고리별로 이미지를 보여주고 싶습니다.'에 답변달기
2016/08/16 1:40 오후
#36102
the_post_thumbnail() 함수로 이미지 보여주고,
the_title() 함수로 제목 보여주고,
query_posts() 함수로 각 카테고리 글을 개별적으로 불러오시면 됩니다.
https://developer.wordpress.org/reference/functions/the_post_thumbnail/
https://codex.wordpress.org/Function_Reference/the_title
https://developer.wordpress.org/reference/functions/query_posts/
링크는 함수에 < a > 태그로 감싸주시면 되구요.
함수들을 사용해서 직접 스크립팅을 하실 수 없으시면 (사실 알고나면 어려운건 아닌데) 이런 플러그인을 사용하시는 방법이 조금 더 쉬운 선택일 것 같기도 합니다.
https://wordpress.org/plugins/tpg-get-posts/
물론 이런 플러그인도 css 를 코딩하실줄 아셔야 원하는 모습을 만드실 수 있을 것 같습니다.
Attorney, front-end developer, digital media artist, WordPress enthusiast, & a father of 4 wonderful children.
Lives in Colorado.