img{
max-width: 100%;
height: auto;
width /***/:auto; /*IE8のみ適用*/
}
6.29.2012
6.28.2012
wordpress html valid
カテゴリーリンクの"rel"削除
functions.phpに下記追加
add_filter('the_category', 'remove_rel'); function remove_rel( $text ) { $text = str_replace('rel="category tag"', "", $text); return $text; }
functions.phpに下記追加
add_filter('the_category', 'remove_rel'); function remove_rel( $text ) { $text = str_replace('rel="category tag"', "", $text); return $text; }
6.27.2012
PCにインストールされているフォントでテキストを表示してくれるサービス
preview words with the fonts installed on your computer
自分のPCにインストールされているフォントを使って、テキスト(コピー程度の長さ)を表示してくれるサービス。
http://wordmark.it/
6.04.2012
wordpress ローカルでパスワードを忘れた時
1)phpMyAdmin起動
2)データベース接続
3)wp_userを選択して表示
4)adminユーザーを編集
5)user_passの関数をMD5にし、新規パスワードを入力
登録:
投稿 (Atom)