無料WordPressテーマ No.1021
2カラムでヘッダーメニューのあるテーマです。
以前に作成したテーマの改訂版になります。ただし、メニューの仕様等は作成時のままですので、現在作成しているテーマより使い勝手が悪いかもしれません。
《クリックすると、サンプルサイトを表示します。》
No.1021テーマの設定について
■サイドバーの設定
■ヘッダーメニューの設定
<div id="h_navi"> <ul class="navigation"> <li class="navi01"><a href="<?php bloginfo('url'); ?>">トップ</a></li> <li class="navi02"><a href="./">MENU01</a></li> <li class="navi03"><a href="./">MENU02</a></li> <li class="navi04"><a href="./">MENU03</a></li> <li class="navi05"><a href="./">MENU04</a></li> <li class="navi06"><a href="./">MENU05</a></li> </ul> <div id="u_slide"> </div> </div>
navi02~navi06のリンクとリンク名(メニューに表示されます)が変更部分です。
■その他のテーマ修正
2)index.phpは、
<div class="line"> <hr /> </div> <img src="<?php bloginfo('template_url'); ?>/img/info02.gif" width="650" height="80" alt="広告と新着記事の表示例" /> <div class="doc"> <div style="text-align: left"> <table width="100%" border="0"> <tr> <td valign="top" width="250"><a href="./"><img src="<?php bloginfo('template_url'); ?>/img/sample250.gif" width="250" height="250" alt="サンプルイメージ" class="link" /></a></td> <td width="10"></td> <td valign="top" align="left"> <div class="dotline"> <hr /> </div> <?php query_posts($query_string . "&showposts=5&order=DESC"); ?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <h4 class="c1"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h4> <div class="fon85 tab20"><?php the_excerpt(); ?></div> <div class="dotline"> <hr /> </div> <?php endwhile; ?> <?php endif; ?> </td> </tr> </table> </div>
上記の
<img src="<?php bloginfo('template_url'); ?>/img/info02.gif" width="650" height="80" alt="広告と新着記事の表示例" />
<a href="./"><img src="<?php bloginfo('template_url'); ?>/img/sample250.gif" width="250" height="250" alt="サンプルイメージ" class="link" /></a>
が、変更が必須の部分です。
■固定ページの作成
http://www.af-partner.net/wp/wp_operating/wp_page/177.htmlまた、作成例については下記ページを参考にしてください。
http://www.af-partner.net/wp/wp_operating/wp_page/174.html
■その他、変更が必要な部分
メールにてダウンロード詳細をお送りします。
一度試してみたいです。
どんな感じか見てみたいです。