WordPress

WPタグの取得

'15.07.22

概要文

<?php the_excerpt(); ?>

全文

<?php the_content(); ?>

サイトのURL

<?php bloginfo('url'); ?>

ページのタイトル

<?php the_title(''); ?>

(View529)