Disable Auto Go To (Jump) To Read More Tag Disabilitata l'auto per andare (vai) per saperne di più 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. In Wordpress, è possibile ad un blog di WordPress sito per visualizzare post estratti sulla parte anteriore o home page, i visitatori e fare clic sul titolo o un link per continuare a leggere il tuo post o articolo.
One way of achieving this technique is by using the quicktag called “more”. Uno dei modi per conseguire questa tecnica è di utilizzare il quicktag chiamato "più". 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. Il quicktag "più" è inserito nel post all'altezza desiderata break-off (o cut-off) il punto in modo tale che tutto sopra di esso diventi un Estratti contenuto dei post e tutto al di sotto di essa si è leggibile solo quando i visitatori fare clic sul titolo o un link per visualizzare l'intero post.
The quicktag “more” is implemented by inserting the following line of code into the post: Il quicktag "più" è attuato mediante l'inserimento della seguente riga di codice nel post:
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 Tuttavia, per impostazione predefinita, quando un visitatore a fare clic sul collegamento Ulteriori informazioni, la pagina web carichi e quindi automaticamente o salti in avanti per il punto in cui il tag is set in the post. etichetta è fissata nel dopoguerra. 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: Se non si desidera questo tipo di posizionamento, è possibile modificare la funzione predefinita di come funziona modificando la seguente riga in wp-includes/template-functions-post.php:
$output .= ‘ <a href="’. get_permalink() . "#more-$id\">$more_link_text</a>"; $ output .= '<a href="'. get_permalink(). "#more-$id\"> $ more_link_text </ a> ";
to a
$output .= ‘ <a href="’. get_permalink() ."\">$more_link_text</a>"; $ output .= '<a href="'. get_permalink() ."\"> $ more_link_text </ a> ";
or o
$output .= ‘ <a href="’. get_permalink() ."”>$more_link_text</a>’; $ output .= '<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. Dopo il cambiamento, le Leggi di più link caricare il post del blog e fermarsi nella parte superiore della pagina, invece di posizione in cui il quicktag "altro" sono stati.
NOTE: When upgrading WordPress, this file will be replaced so make a note of the change so you can change it again after upgrading. NOTA: In caso di aggiornamento di WordPress, questo file verrà sostituito in modo prendere nota del cambiamento in modo da poter cambiare nuovamente dopo l'aggiornamento.
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANTE: Questa è una pagina tradotta macchina che è fornito "così com'è" senza alcuna garanzia. Machine translation may be difficult to understand. Traduzione automatica può essere difficile da capire. Please refer to Si prega di fare riferimento a original English article articolo originale inglese whenever possible. quando possibile.
Share and contribute or get technical support and help at Condividere e contribuire o ottenere supporto tecnico e assistenza in My Digital Life Forums La mia vita digitale Forum .
Related Articles Articoli correlati
- Download Music Files Tag Editor Tag&Rename 3.5 Beta 5 Scaricare file musicali Tag Editor & Rinomina etichetta 3,5 beta 5
- How to Add Jump Links in the Email Come aggiungere Vai Collegamenti in Email
- Recommended Tags for Auto Suggest Best Tags in WordPress Tag raccomandato per auto suggerire migliori tag in WordPress
- A Talking Pen to Inculcate the Reading Habit Among Children A parlare penna a inculcare la lettura tra i bambini abitudine
- Tag Managing Thing Plugin for WordPress 2.3 or Above Gestione dei tag Thing Plugin per WordPress 2,3 o superiore
- Windows Vista CD/DVD Optical Drive Auto Eject or Open Feature Windows Vista CD / DVD ottica automatica di espulsione o aprire funzione
- Increase Multithread Download Speed by Disable Vista Auto Tuning on TCP/IP Multithread aumentare la velocità di download di Vista disattivare Auto Tuning su TCP / IP
- TAG Heuer Mobile Phone TAG Heuer telefono cellulare
- Manage Tags in WordPress 2.3 with Advanced Tag Entry and Click Tags Plugins Gestire i tag in WordPress 2,3 con Advanced Tag entrata e Fare clic su Tag Plugins
- Disable FireFox Tabbed Browsing Scroll Arrows and Scrolling Tabs Feature Disattivare firefox Navigazione a schede frecce di scorrimento e funzione di scorrimento schede

































July 12th, 2006 20:23 12 luglio 2006 20:23
thanks for the hack code.. grazie per incidere il codice .. i will implement to my site… i use joomla at this time….. i attuerà al mio sito… io uso joomla in questo momento… .. want to tray wordpress desidera vassoio WordPress
May 26th, 2008 19:42 26 maggio 2008 19:42
Thank you for this cool tip! Grazie per questa punta cool! In Word Press 2.5 the file you have to edit is wp-includes/post-template.php, but the code is still the same… Stampa in Word 2,5 il file dovete modificare è wp-includes/post-template.php, ma il codice è ancora lo stesso…
Werner
June 30th, 2008 02:40 30 giugno 2008 02:40
[...] http://www.mydigitallife.info/2005/11/16/disable-auto-go-to-jump-to-read-more-tag/ [...]