<br>ステップ 1: show.php を変更します<br>コード <br>// をコード <br>if(!$C['defaultchargepoint'] && !$r['readpoint']) <FKE.LA 追加コード><br>//前の記事<br>$more_pre = $db->get_one("SELECT title,url FROM `".DB_PRE."content` WHERE `contentid`< ;$ contentid と `catid`='{$r['catid']}' contentid desc limit 0,1");<br>if(empty($more_pre)) {<br>$more_pre['title '] ='これ以上';<br>$more_pre['url']='';<br>}<br>//次の記事<br>$more_next = $db->get_one("SELECT title,url FROM `".DB_PRE."content` WHERE `contentid`>$contentid および `catid`='{$r['catid']}' order by contentid asc limit 0,1");<br> if(empty( $more_next)) {<br>$more_next['title']='これ以上';<br>$more_next['url']='';<br>}<br>//<コードを追加><br>ステップ 2: include/html.class.php の show 関数を変更します<br>コード内<br>if(strpos($content, '[page]') != = false) コードを追加before <br>: <br>//<fke.la add code><br>global $db;<br>//前の記事<br>$more_pre = $db-> ;get_one("SELECT title,url FROM `".DB_PRE."content` WHERE `contentid`if( empty($more_pre)) {<br>$more_pre['title']='これ以上';<br>$more_pre['url']='';<br>}<br>//次の記事 <br>$more_next = $db-> ;get_one("SELECT title,url FROM `".DB_PRE."content` WHERE `contentid`>$contentid および `catid`='$catid' order by contentid asc limit 0 ,1");<br>if( empty($more_next)) {<br>$more_next['title']='これ以上';<br>$more_next['url']='';<br> }<br>//</FKE .LAコードを追加><br>ステップ 3: <br><div class="moreArticle をテンプレート ディレクトリ/phpcms/show.html ファイルの適切と思われる場所に追加します。"><ul><br>< li>前の投稿: <a href="{$more_pre[url]}" target="_self">{$more_pre[title]}</a></li><br><li>次の記事: <a href="{$more_next[url]}" target="_self">{$more_next[title]}</a><br></ul> ;/div><br>ステップ 4: CSS スタイル ファイルに <br>/***前の記事 次の記事リンク (fke.la)***/<br>.moreArticle{ を追加します <br>margin:5px 0px;width:100%;<br>font -size:12px;clear:both; この記事へのリンク http://www.cxybl.com/html/wlbc/Php/20120627/31129.html <br> <p style="width:100%;text-align:center;margin:10px 0"> <br> <br> </p> <p style="width:100%;text-align:center;margin:10px 0"></p> <p class="clear"></p></fke.la>