sir-furniture 테마 이벤트영역 이미지를 어디에서 등록하나요?
본문
위 이미지의 붉은색 테두리친 영역에 이미지를 넣고 싶은데 아무리 둘러봐도 어디서 등록 시킬 수 있는지를 모르겠네요...
답변 2
해당 소스는
core/template-functions.php 파일에 있습니다.
$args = wp_parse_args($args, apply_filters( 'sirfurniture_latest_gnucommerce_args', array(
'limit' => 4,
'columns' => 4,
'category' => '',
'order' => 'DESC',
'orderby' => 'date',
'title' => '',
'background_url' => get_template_directory_uri().'/img/1464665185_m.png',
'background_class'=> '',
'link_url' => gc_get_shop_url(),
) ));
!-->
그걸 알려면 설치 하신 스킨 이나 빌더가 먼지 알아야되고
아니면 도메인주소
그도아니면 FTP 정보를 알아야 대답할수있어요
답변을 작성하시기 전에 로그인 해주세요.