Disable Auto Go To (Jump) To Read More Tag Desactivar Auto ir a la (Ir) para leer más etiqueta
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. En Wordpress, es posible a un sitio de blogs de WordPress para mostrar las citas posteriores en la parte frontal o página de inicio, y los visitantes tienen que pulsar en el título o un enlace a seguir leyendo su correo o artículo.
One way of achieving this technique is by using the quicktag called “more”. Una manera de lograr esta técnica es utilizar el quicktag llamado "más". 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. El quicktag "más" se inserta en el cargo a la deseada ruptura-off (o de corte) punto a fin de que todo lo anterior, convertido en una extraído el contenido del puesto y todo por debajo sólo será visible cuando el visitante haga clic en el título o un enlace para ver el correo.
The quicktag “more” is implemented by inserting the following line of code into the post: El quicktag "más" se aplica insertando la siguiente línea de código en el cargo:
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 Sin embargo, por defecto, cuando un usuario haga clic en el enlace Leer más, la página web de cargas y, a continuación, automáticamente salta hacia delante o al lugar donde el tag is set in the post. etiqueta se encuentra en el puesto. 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: Si no desea que este tipo de posicionamiento, puede cambiar el valor por defecto función de cómo funciona esto de la edición de la siguiente línea en wp-includes/template-functions-post.php:
$output .= ‘ <a href="’. get_permalink() . "#more-$id\">$more_link_text</a>"; $ salida .= '<a href="'. get_permalink(). "#more-$id\"> $ more_link_text </ a> ";
to para
$output .= ‘ <a href="’. get_permalink() ."\">$more_link_text</a>"; $ salida .= '<a href="'. get_permalink() ."\"> $ more_link_text </ a> ";
or o
$output .= ‘ <a href="’. get_permalink() ."”>$more_link_text</a>’; $ salida .= '<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. Tras el cambio, el enlace Leer Más se carga la entrada en el blog y dejar en la parte superior de la página en lugar de posición en la que el quicktag "más".
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: Cuando actualice WordPress, este archivo será sustituido por lo que una nota del cambio de modo puede cambiar de nuevo después de actualizar.
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANTE: Se trata de una máquina que traduzca la página se proporciona "tal cual" sin garantía. Machine translation may be difficult to understand. La traducción automática puede resultar difícil de entender. Please refer to Por favor, consulte original English article artículo original Inglés whenever possible. siempre que sea posible.
Share and contribute or get technical support and help at Compartir y contribuir o recibir apoyo técnico y ayudar a My Digital Life Forums Mi vida digital Foros .
Related Articles Artículos relacionados
- Download Music Files Tag Editor Tag&Rename 3.5 Beta 5 Descargar archivos de música Tag Editor de etiquetas y cambiar el nombre de 3,5 beta 5
- How to Add Jump Links in the Email Cómo agregar Saltar Enlaces en el correo electrónico
- Recommended Tags for Auto Suggest Best Tags in WordPress Las etiquetas recomendadas para Auto sugieren mejores etiquetas en WordPress
- A Talking Pen to Inculcate the Reading Habit Among Children Una pluma para hablar de inculcar el hábito de lectura entre los niños
- Tag Managing Thing Plugin for WordPress 2.3 or Above Etiqueta Gerente Cosa Plugin para WordPress 2,3 o Superior
- Windows Vista CD/DVD Optical Drive Auto Eject or Open Feature Windows Vista CD / DVD Optical Drive Auto expulsar o abrir característica
- Increase Multithread Download Speed by Disable Vista Auto Tuning on TCP/IP Aumentar la velocidad de descarga multithread de desactivar Vista Auto Tuning en TCP / IP
- TAG Heuer Mobile Phone TAG Heuer teléfono móvil
- Manage Tags in WordPress 2.3 with Advanced Tag Entry and Click Tags Plugins Administrar etiquetas en WordPress 2,3 avanzada con Etiqueta Entrada Haga clic en etiquetas y complementos
- Disable FireFox Tabbed Browsing Scroll Arrows and Scrolling Tabs Feature Desactivar la navegación por pestañas FireFox flechas de desplazamiento y desplazamiento pestañas característica

































July 12th, 2006 20:23 Julio 12, 2006 20:23
thanks for the hack code.. gracias por cortar el código .. i will implement to my site… i use joomla at this time….. i va a aplicar a mi sitio… i Joomla uso en este momento… .. want to tray wordpress quiere bandeja WordPress
May 26th, 2008 19:42 26 de Mayo, 2008 19:42
Thank you for this cool tip! Gracias por esta 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… En Word Press 2,5 el archivo tienes que modificar es wp-includes/post-template.php, pero el código sigue siendo la misma…
Werner
June 30th, 2008 02:40 30 de Junio de 2008 02:40
[...] http://www.mydigitallife.info/2005/11/16/disable-auto-go-to-jump-to-read-more-tag/ [...]