Disable Auto Go To (Jump) To Read More Tag無効にオートに行く(ジャンプ)をタグの続きを読む
In Wordpress, it’s possible to a WordPress blog site to display post excerpts on the front or home page, and the visitors have to click on the title or a link to continue reading your post or article. WordPressのは、することが可能にするポストの抜粋を表示するWordPressのブログサイトの前面またはホームページ、および、来場者は、タイトルまたはリンクをクリックして読書して投稿したり記事を続行する。
One way of achieving this technique is by using the quicktag called “more”.この手法はそれを達成する1つの方法を使用して、 quicktagと呼ばれる"詳細"です。 The quicktag “more” is inserted into the post at the desired break-off (or cut-off) point so that everything above it become an excerpted content of the post and everything below it will only be readable when the visitors click on the title or a link to view the whole post.のquicktag "詳細"が挿入されたポストでは任意の休憩-オフ(またはカットオフ)をポイントして上記のすべての内容を抜粋することになるとすべての下に作成させるだけの訪問時に読めるのタイトルをクリックしてまたは全体へのリンクを参照して作成します。
The quicktag “more” is implemented by inserting the following line of code into the post:のquicktag "詳細"が実装さを次のコード行を挿入して、ポスト:
However, by default, when a visitor click on the Read More link, the web page loads and then automatically forwards or jumps to the spot where theただし、デフォルトでは、訪問者の続きを読むのリンクをクリックして、ウェブページが読み込まと入力し、自動的に転送または場所にジャンプして、 tag is set in the post.タグが設定するには、ポストを作成。 If you do not want this kind of positioning, you can change the default function of how this works by editing the following line in wp-includes/template-functions-post.php:したくない場合は、この種の位置決め、デフォルトの機能を変更することができますこの作品を編集してどのように次の行をwp-includes/template-functions-post.php :
$output .= ‘ <a href="’. get_permalink() . "#more-$id\">$more_link_text</a>"; $出力.= 'の<a href="'. get_permalink()です。 "#more-$id\"> $ more_link_text < / > " ;
to 〜へ
$output .= ‘ <a href="’. get_permalink() ."\">$more_link_text</a>"; $出力.= 'の<a href="'. get_permalink() ."\"> $ more_link_text < / > " ;
orまたは
$output .= ‘ <a href="’. get_permalink() ."”>$more_link_text</a>’; $出力.= 'の<a href="'. get_permalink() .""> $ more_link_text < / a > "を;
After the change, the Read More link will load the blog post and stop at the top of page instead of position where the quicktag “more” were.変更後の続きを読むリンクをロードしてブログの投稿と停止の代わりにページの上部に位置するquicktag "もっと"がします。
NOTE: When upgrading WordPress, this file will be replaced so make a note of the change so you can change it again after upgrading.注: WordPressのアップグレード時に、このファイルに置き換えための注意事項を作るための変更を再度アップグレードした後で変更することができます。
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 重要 :これは、機械翻訳ページで提供"現状有姿"を保証します。 Machine translation may be difficult to understand.機械翻訳を理解するのは難しいかもしれません。 Please refer toを参照してください original English articleオリジナルの英語記事索引 whenever possible.いつ可能です。
Share and contribute or get technical support and help atを共有して貢献や技術サポートとヘルプを得る My Digital Life Forums 私のデジタルライフフォーラム .です。
Related Articles関連記事
- How to Add Jump Links in the Emailジャンプのリンクを追加する方法を電子メール
- Recommended Tags for Auto Suggest Best Tags in WordPressお勧めのタグを自動提案する最良のタグにWordPress
- A Talking Pen to Inculcate the Reading Habit Among Children話ペンを鼓吹する子供たちの間での読書の習慣
- Tag Managing Thing Plugin for WordPress 2.3 or AboveタグのWordPress 2.3のプラグインを管理する以上のもの
- Windows Vista CD/DVD Optical Drive Auto Eject or Open Feature Windows VistaのCD / DVDの光学式ドライブの自動機能を取り出したり、開い
- Increase Multithread Download Speed by Disable Vista Auto Tuning on TCP/IPマルチスレッドのダウンロード速度を増加Vistaの自動チューニングを無効にTCP / IPの
- TAG Heuer Mobile Phoneタグホイヤーの携帯電話
- Manage Tags in WordPress 2.3 with Advanced Tag Entry and Click Tags Plugins管理タグはWordPress 2.3と高度なタグのエントリをクリックしてタグの差込
- Disable FireFox Tabbed Browsing Scroll Arrows and Scrolling Tabs Featureスクロールバーの矢印を無効にFirefoxのタブブラウズ機能やタブのスクロール
- How To Store Every Post Revisions on Each Auto-Save in WordPress with Limit on Versions Countすべての投稿の改訂を格納する方法について、各自動保存さWordPressの数を制限しているバージョン




























July 12th, 2006 20:23 2006年7月12日20:23
thanks for the hack code..ハックコードてくれてありがとう.. i will implement to my site… i use joomla at this time…..私は自分のサイトに実装するjoomla …私はこの時点で… .. want to tray wordpressトレイのWordPressしたい
May 26th, 2008 19:42 2008年5月26日19:42
Thank you for this cool tip!このクールのヒントいただきありがとうございます! In Word Press 2.5 the file you have to edit is wp-includes/post-template.php, but the code is still the same… Wordのプレス2.5のファイルを編集するにはwp-includes/post-template.php 、しかし、コードはまだ、同じ…
Wernerヴェルナー
June 30th, 2008 02:40 2008年6月30日02:40
[...] http://www.mydigitallife.info/2005/11/16/disable-auto-go-to-jump-to-read-more-tag/ [...]