2015. 6. 5. 15:24 인터넷/웹사이트/Wordpress
Wordpress 기초
Bluehost.com Naeserver 주소:
Name Server 1: | ns1.bluehost.com |
Name Server 2: | ns2.bluehost.com |
유료테마
post와 page 차이점
- post가 category에서 보이게 하려면: Setting>>고유주소>>"글이름"을 선택할 것
편리한 플러그인
TinyMCE Adanced --> 아이콘이 보이게 하려면 "Toolbar toggle" 버튼은 누를 것
Shortcodes Ultimate --> button, gallery, slide 등
WP Google Maps
Contact Form 7 --> "send"되면 WP에 입력된 admin 의 이메일로 수신됨
크롬 개발자 도구
press "F12"
Footer 변경
footer.php 변경전
<div class="site-info">
<?php do_action( 'twentythirteen_credits' ); ?>
<a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentythirteen' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentythirteen' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentythirteen' ), 'WordPress' ); ?></a>
</div><!-- .site-info -->
변경후
<div class="site-info">
<?php do_action( 'twentythirteen_credits' ); ?>
<center>LikeTECH Copyleft ✿ 2015</center>
</div><!-- .site-info -->
Favicon: http://www.favicon.co.uk/gallery.php
'인터넷/웹사이트 > Wordpress' 카테고리의 다른 글
Buddypress 사용 (0) | 2015.06.07 |
---|---|
워드프레스 테마 - Attitude (0) | 2015.06.05 |