한 템플릿안에서 페이지별로 상단 배경 이미지만 바꾸고 싶을때
<?php if(is_page(2017)):?>
<div class="sub-pagetitlebox2">
<h2><?php the_title(); ?></h2>
</div>
<?php elseif(is_page(16)):?>
<div class="sub-pagetitlebox">
<h2><?php the_title(); ?></h2>
</div>
<?php else:?>
<div class="sub-pagetitlebox">
<h2><?php the_title(); ?></h2>
</div>
<?php endif?>
'WP' 카테고리의 다른 글
워드프레스 메뉴 등록 코드 (0) | 2024.04.30 |
---|---|
워드프레스 테마 경로 주소 (0) | 2024.04.30 |
워드프레스 특정 카테고리 글과 이미지들 가져오기 (0) | 2024.04.30 |
워드프레스 관리자 로그인 화면 디자인 수정 (0) | 2024.04.30 |
워드프레스 새글쓰기 버튼 (0) | 2024.04.30 |
워드프레스 첨부파일 경로 한번에 다 바꾸기 (0) | 2024.04.30 |
워드프레스 이전 백업후 어드민 페이지 로그인 안될때 (0) | 2024.04.30 |
워드프레스 초기 상태로 리셋하기 (0) | 2024.04.30 |