onair-k
3.21.2018
3.15.2018
ベンダープレフィックス
最新バージョンならベンダープレフィックスを付けなくてもいい
animation
border-image
border-radius
box-shadow
box-sizing
text-shadow
transform
transition
@keyframes
iOS 8.0 以下、Android 4.4.x系
-webkit-animation
-webkit-transform
@-webkit-keyframes
3.07.2018
12.13.2017
ループ内でカテゴリ、タグ表示
$categories = get_the_category();
if ( $categories ) {
echo '<p>';
foreach( $categories as $category ) {
echo $category->name . ' ';
}
echo '</p>';
}
$posttags = get_the_tags();
if ( $posttags ) {
echo '<p>';
foreach ( $posttags as $tag ) {
echo $tag->name . ' ';
}
echo '</p>';
}
6.07.2016
9.08.2015
wordpress インストール後に403
さくらサーバー
コントロールパネル、サイドバーの「ファイルマネージャー」
「表示アドレスへの操作」-「アクセス設定」
「indexファイル」タブ「indexファイルの名前」をindex.phpに変更
7.24.2015
wordpressユーザーレベル
管理者(administrator):10
編集者(editor):7
投稿者(author):2
寄稿者(contributor):1
購読者(subscriber):0
登録:
投稿 (Atom)