http://camcam.info/wordpress/732
http://sonoyama.org/3033.html
http://syumart.jp/wordpress-brbrbr/
http://camcam.info/wordpress/732
http://sonoyama.org/3033.html
http://syumart.jp/wordpress-brbrbr/
http://nanokamo.com/articles/web-service/wordpress/wordpress-top-ad.html
<?php if ( have_posts () ) : while (have_posts()) : the_post(); $counter++; ?> <?php include("d_roop.php") ?> <?php if ($counter <= 1) { print <<<EOD アドセンスのコードを挿入 EOD; } ?> <!----閉じループタグ-----> <?php endwhile; endif; ?> <!---------------リセットクエリ---------------------------------------------> <?php wp_reset_query(); ?>
よくわからんが
モバイル用
while ( have_posts() ) : the_post(); $counter++; $i++; ?> <?php if ($counter == 3) { print <<<EOD <div class="hentry">アドセンスのコード</div> EOD; } ?>
アドセンスに申し込む
サイトを登録
メールがくる(きた)らしい
ログイン
広告を作る
貼る
空白が挿入される
まつ
今ここ
審査結果後
http://stainless-note.tumblr.com/post/44410134726/css
「:first-child疑似クラス」と「:last-child疑似クラス」を使う。
//複数サイドバーを使える register_sidebars(5, array()); 指定の場所に <?php dynamic_sidebar();?>
http://wispyon.com/popular-posts/
Popular Postsの場合
Post-Plugin Libraryがいるらしい
<?php the_tags('タグ: ',' > '); ?>
参考
http://wpdocs.sourceforge.jp/%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88%E3%82%BF%E3%82%B0/the_tags
<?php echo mb_substr(get_the_excerpt(),0, 240);?><br /> <div class="alignright a_color" style="font-size:14px;"><a href="<?php the_permalink();?>">全文▶</a></div>