워드프레스 글에서 태그없애기
워드프레스/외모/제네레이터/css 입력해놓기
/* GP 테마 개별 글에서 카테고리, 태그 메타 정보 숨기기 */
.single .cat-links, .single .tags-links {display: none; }
워드프레스/외모/제네레이터/css 입력해놓기
/* GP 테마 개별 글에서 카테고리, 태그 메타 정보 숨기기 */
.single .cat-links, .single .tags-links {display: none; }
댓글