2015年10月

カスタムフィールドの画像のタイトルを表示

出したい。   カスタムフィールドの画像のタイトルを出したい。

2015.05.22

javascriptでグラデーションをアニメーション(韻)

このサイトがいいぞふじかわ!       http://www.gradient-animator.com/

2015.05.15

スクロール量でヘッダーなどの要素を固定するやつ

がんばれ     Html <div id="oya"> <div id="ko"> <nav> &lt…

2015.05.12

【WordPress】カテゴリ取得→個別でスラッグにスタイルつけたいお

以下でいける         <?php if (have_posts()) : while (have_posts()) : the_post(); ?…

2015.05.01

スクロールしてたら下からいきなりニュルっとでてくるあれ

これやで〜       CSS   footer { background: #000; color: #fff; padding: 20px 0; posit…

2015.05.01

htaccessでPC・スマートフォンを振り分ける方法

スマートフォンサイトがレシポンシブではなく、サブディレクトリ構造になっている場合の一括リダイレクトな感じのあれ。   例. PC:http://loliloli.com/ スマホ:http:…

2015.04.28

ランディングページデザイン構成の参考

画像で失礼。  

2015.03.17

【WordPress】親カテゴリのスラッグ取得→表示

これやで <?php $cats = get_the_category(); $cat = $cats[0]; if($cat->parent){ $parent = get_catego…

2015.01.11

【WordPress】カテゴリ名を取得→表示

リンクありバージョン <?php the_category(); ?>     リンクなしバージョン <?php $cat = get_the_category(…

2015.01.11

< 1 2

Page Top


Warning: Use of undefined constant XML - assumed 'XML' (this will throw an Error in a future version of PHP) in /home/44uta/www/44uta/wpbox/wp-content/plugins/wp-syntaxhighlighter/wp-syntaxhighlighter.php on line 1048