Hestia 테마 footer 수정

최하단 기본 워터마크를 제거하고 원하는 문구로 수정

Hestia: Editing hestia/inc/views/main/class-hestia-footer.php  Line123~

public function bottom_footer_content() {

$hestia_general_credits = get_theme_mod(

'hestia_general_credits',

sprintf(

/* translators: %1$s is Theme Name, %2$s is WordPress */

                                esc_html__( '상호:델피 | 대표자:이준하 | 사업자등록번호:792-09-00887 | %2$s', 'hestia' ), 

esc_html__( 'Delpi', 'hestia' ),

/* translators: %1$s is URL, %2$s is WordPress */

sprintf(

'<a href="%1$s" rel="nofollow">%2$s</a>',

esc_url( __( 'http://delpicorp.com', 'hestia' ) ),

'HOME'

)

)

);


위에 빨간글자만 수정.... 틀리면 워드프레스 다운....


https://atechplanet.wordpress.com/2018/05/13/remove-footer-credit-hestia/

댓글

Designed by JB FACTORY