Tumgik
kedama-mz · 17 days
Text
https://www.aaa11y.com/
アクセシビリティ AAのサイトのまとめ
0 notes
kedama-mz · 21 days
Text
0 notes
kedama-mz · 28 days
Text
0 notes
kedama-mz · 29 days
Text
0 notes
kedama-mz · 1 month
Text
好き
0 notes
kedama-mz · 2 months
Text
外部ページからアンカーリンクへ飛ばすときのjs
0 notes
kedama-mz · 2 months
Text
wordpress 特定の記事IDを指定してアイキャッチを表示
<?php $query_feature = new WP_Query( array('post_type' => 'postとかpageとかカスタム投稿の名前featureとか') ); ?> <?php if ($query_feature->have_posts()): $query_feature->the_post(); ?>
<?php $feature_post_id = 1523; ?>// ←指定記事のID <a class="funcItem" href="<?php echo get_permalink($feature_post_id); ?>"> <div class="funcItem__img"><?php echo get_the_post_thumbnail($feature_post_id, 'full'); ?></div> <h3 class="funcItem__title"><?php echo get_post($feature_post_id )->post_title; ?></h3> </a> &lt;?php endif; wp_reset_postdata(); ?>
備忘録。
0 notes
kedama-mz · 2 months
Text
メモ
0 notes
kedama-mz · 2 months
Text
仕事落ち着いたらやりたいやつ
0 notes
kedama-mz · 3 months
Text
https://whitewood-hp.com/web-tips/archives/2603
位置変更できたけど、今までコンテンツ下に出てたフィールドが消えた。。とりあえずブックマーク
でも、もう一度function.phpから追記したコードを消して、投稿画面右上の「表示オプション」からフィールドグループ名をチェック入れたら表示されました!焦った。良かった。
0 notes
kedama-mz · 3 months
Text
猫がスクロールするとしゅーって出てきて可愛い
0 notes
kedama-mz · 3 months
Text
気になるサービス
0 notes
kedama-mz · 4 months
Text
これで私でもできた!
0 notes
kedama-mz · 4 months
Text
ありがたい
0 notes
kedama-mz · 4 months
Text
条件演算子をやっと理解
0 notes
kedama-mz · 4 months
Text
slickの片側ちょっとはみ出させる
0 notes
kedama-mz · 5 months
Text
事業内容も挿画も気になる素敵なサイト
0 notes