블로그 게시물에서 작성자 이름 제거
이 페이지의 정보
작성자 이름 제거
블로그 작성자 이름을 제거하려면 blog.liquid
및 article-template.liquid
템플릿에서 Liquid를 편집해야 합니다. Boundless를 사용하는 경우 blog.liquid
및 article.liquid
템플릿에서 Liquid를 편집해야 합니다.
단계:
데스크톱
- Shopify Admin에서 온라인 스토어 > 테마로 이동합니다.
- 편집할 테마를 찾아 ... 버튼을 클릭하여 작업 메뉴를 연 다음 코드 편집을 클릭합니다.
- 템플릿 폴더에서
blog.liquid
(을)를 클릭합니다. - PC에서
ctrl
+F
를 사용하거나 Mac에서command
+F
를 사용하여 이 Liquid 태그를 찾아 삭제합니다.
{{ article.author }}
For **Simple** and **Supply**, the author and date share the same liquid tag. To remove both, use `ctrl` + `F` on a PC or `command` + `F` on a Mac to locate this Liquid tag and delete it:
{{ 'blogs.article.author_on_date_html' | t: author: author, date: date }}
If you want to keep only the date, then replace the code above with:
{{ date }}
- 저장을 클릭합니다.
- 섹션 폴더에서
article-template.liquid
(을)를 클릭합니다. Boundless의 경우 템플릿 폴더에서article.liquid
(을)를 클릭합니다. - PC에서
ctrl
+F
를 사용하거나 Mac에서command
+F
를 사용하여 이 Liquid 태그를 찾아 삭제합니다.
{{ article.author }}
For **Simple** and **Supply**, the article author and article date share the same liquid tag. To remove both, use `ctrl` + `F` on a PC or `command` + `F` on a Mac to locate this Liquid tag and delete it:
{{ 'blogs.article.author_on_date_html' | t: author: author, date: date }}
If you want to keep only the date, then replace the code above with:
{{ date }}
- 저장을 클릭합니다.
iPhone
- Shopify 앱에서 … 버튼을 탭합니다.
- 판매 채널 섹션에서 온라인 스토어를 탭합니다.
- 테마 관리를 탭합니다.
- 편집할 테마를 찾아 ... 버튼을 클릭하여 작업 메뉴를 연 다음 코드 편집을 클릭합니다.
- 템플릿 폴더에서
blog.liquid
(을)를 클릭합니다. - PC에서
ctrl
+F
를 사용하거나 Mac에서command
+F
를 사용하여 이 Liquid 태그를 찾아 삭제합니다.
{{ article.author }}
For **Simple** and **Supply**, the author and date share the same liquid tag. To remove both, use `ctrl` + `F` on a PC or `command` + `F` on a Mac to locate this Liquid tag and delete it:
{{ 'blogs.article.author_on_date_html' | t: author: author, date: date }}
If you want to keep only the date, then replace the code above with:
{{ date }}
- 저장을 클릭합니다.
- 섹션 폴더에서
article-template.liquid
(을)를 클릭합니다. Boundless의 경우 템플릿 폴더에서article.liquid
(을)를 클릭합니다. - PC에서
ctrl
+F
를 사용하거나 Mac에서command
+F
를 사용하여 이 Liquid 태그를 찾아 삭제합니다.
{{ article.author }}
For **Simple** and **Supply**, the article author and article date share the same liquid tag. To remove both, use `ctrl` + `F` on a PC or `command` + `F` on a Mac to locate this Liquid tag and delete it:
{{ 'blogs.article.author_on_date_html' | t: author: author, date: date }}
If you want to keep only the date, then replace the code above with:
{{ date }}
- 저장을 클릭합니다.
Android
- Shopify 앱에서 … 버튼을 탭합니다.
- 판매 채널 섹션에서 온라인 스토어를 탭합니다.
- 테마 관리를 탭합니다.
- 편집할 테마를 찾아 ... 버튼을 클릭하여 작업 메뉴를 연 다음 코드 편집을 클릭합니다.
- 템플릿 폴더에서
blog.liquid
(을)를 클릭합니다. - PC에서
ctrl
+F
를 사용하거나 Mac에서command
+F
를 사용하여 이 Liquid 태그를 찾아 삭제합니다.
{{ article.author }}
For **Simple** and **Supply**, the author and date share the same liquid tag. To remove both, use `ctrl` + `F` on a PC or `command` + `F` on a Mac to locate this Liquid tag and delete it:
{{ 'blogs.article.author_on_date_html' | t: author: author, date: date }}
If you want to keep only the date, then replace the code above with:
{{ date }}
- 저장을 클릭합니다.
- 섹션 폴더에서
article-template.liquid
(을)를 클릭합니다. Boundless의 경우 템플릿 폴더에서article.liquid
(을)를 클릭합니다. - PC에서
ctrl
+F
를 사용하거나 Mac에서command
+F
를 사용하여 이 Liquid 태그를 찾아 삭제합니다.
{{ article.author }}
For **Simple** and **Supply**, the article author and article date share the same liquid tag. To remove both, use `ctrl` + `F` on a PC or `command` + `F` on a Mac to locate this Liquid tag and delete it:
{{ 'blogs.article.author_on_date_html' | t: author: author, date: date }}
If you want to keep only the date, then replace the code above with:
{{ date }}
- 저장을 클릭합니다.