Angsuman’s Multi-Page Plugin: WordPress 2.x Plugin To Create Multi-Paged Articles Angsuman's Multi-Plugin: WordPress 2.x Plugin Para Crear multi-paginado artículos
WordPress 2.x (and above) plugin to create multi-paged article. WordPress 2.x (o más) plugin para crear el artículo multi-paginado. I have been asked several times how I create articles with multiple pages (like Se me ha pedido varias veces cómo debo seguir para crear artículos con varias páginas (como this esto or o this esto ). WordPress in recent versions (1.5 and above) does not provide any visible buttons to support multiple pages even though it supports the functionality internally. WordPress en las últimas versiones (1,5 y superiores) no prevé que sean visibles los botones de apoyo a varias páginas a pesar de que apoya la funcionalidad interna. This plugins enables you to easily break your WordPress article into multiple pages. Este plugins te permite fácilmente romper su artículo de WordPress en varias páginas. It works for both WYSIWYG as well as text mode. Trabaja para ambos WYSIWYG, así como el modo de texto.
Compatibility Compatibilidad
Works on 2.x codebase. Obras en 2.x código. It hasn’t been tested on 1.5.x codebase and not supported. No ha sido probado en 1.5.xy código y no se admite.
Definitely for WordPress 1.5 and above. Definitivamente para WordPress 1,5 y superiores. I am not sure about earlier versions. No estoy seguro acerca de las versiones anteriores.
Download Descargar
Please read the installation procedure below after you download Por favor, lea el procedimiento de instalación más adelante después de descargarlos Angsuman’s Multi-Page Plugin Angsuman's Multi-Page Plugin .
Installation Instalación
1. Upload multipage directory to your wp-content/plugins directory. Subir múltiples directorio a su directorio wp-content/plugins.
2. Log in to WordPress. Acceda a WordPress.
3. Click Plugins from the main menu. Haga clic en Extensiones del menú principal.
4. Scroll to find the name of the plugin - Angsuman’s Multi-Page Plugin, and click Activate. Desplácese hasta encontrar el nombre del plugin - Angsuman's Multi-Plugin, y haga clic en Activar.
You are done! Usted está hecho!
Configuration Configuración
It requires no configuration. Se requiere ninguna configuración.
Usage Uso
Please activate the plugin as described above. Por favor, active el plugin, tal como se describe más arriba.
Click on the Page button in quicktags menu or the graphical icon Haga clic en el botón Page quicktags en el menú o el icono gráfico
whenever you want to insert page break in your post. cada vez que desee insertar salto de página en su puesto.
Do you like it? ¿Te gusta?
An attribution would be nice, a Una atribución estaría bien, una contribution nicer contribución más agradable . Your choice. Su elección. Support will only be provided only to our patrons, with exceptions for friends El apoyo sólo será facilitado sólo a nuestros usuarios, con excepciones para los amigos
.
Problems? ¿Problemas?
Pages (after first page) are not displaying? Páginas (después de la primera página) no se muestran?
Refer to this Consulte a este comment comentario for solution. para la solución.
Note Nota
Visit - Visita -- WordPress Plugins Developed and Supported by Taragana.Com WordPress plugins desarrollado y apoyado por Taragana.Com for other free plugins we provide. libre para otros complementos que ofrecemos.
This plugin uses Este plugin utiliza ButtonSnap plugin.
Filed under Filed under CMS Software CMS Software , Headline News Headline News , PHP , Pro Blogging Blogging Pro , Web , Web Services Web Services , WordPress | |
| |
RSS 2.0 RSS 2,0 | |
Trackback this Article | este artículo |
Email this Article Enviar artículo
You may also like to read También puede leer |





May 5th, 2006 at 5:28 am 5 de Mayo, de 2006 a las 5:28 am
[...] « Angsuman’s Multi-Page Plugin: WordPress 2.x Plugin To Create Multi-Paged Articles How To Create Multiple Pages in WordPress Articles May 5th, 2006 by Angsuman Chakraborty [...] [...] «Angsuman's Multi-Plugin: WordPress 2.x Plugin Para Crear multi-paginado artículos sobre cómo crear múltiples páginas en WordPress los artículos 5 de Mayo de 2006 de Angsuman Chakraborty [...]
May 5th, 2006 at 10:52 am 5 de Mayo, de 2006 a las 10:52 am
I don’t know about the wysiwyg editor because I never use it, but for the traditional quicktags you can just uncomment the nextpage code in the wp-includes/js/quicktags file (lines 135-143). No sé sobre el editor wysiwyg porque yo nunca uso, pero para los tradicionales quicktags sólo puede descomentar la nextpage código en el archivo wp-includes/js/quicktags (líneas 135-143). The code is there in the Quicktags file, it’s just commented out. El código está ahí Quicktags en el archivo, es simplemente comentó.
May 5th, 2006 at 11:08 am 5 de Mayo, de 2006 a las 11:08 am
Moshu,
Previously I used a modified version of quicktags for adding other purposes. Anteriormente he usado una versión modificada de quicktags para añadir otros fines. However that soon became a pain synchronizing with frequent WordPress updates. Sin embargo, que pronto se convirtió en un dolor de la sincronización con actualizaciones frecuentes de WordPress. Also I couldn’t find it in the (large mess of) wysiwyg editor También yo no lo encuentras en el (gran lío de) editor wysiwyg
Not to mention that modifying WordPress will not be an easy solution for average WordPress users. Por no hablar de que la modificación de WordPress no será una solución fácil para los usuarios de WordPress media.
Best, Mejor,
Angsuman
May 8th, 2006 at 1:04 am 8 de mayo de 2006, a las 1:04 am
[...] Angsuman released his Multi-Page WordPress Plugin, which “enables you to easily break your WordPress articles into multiple pages.” [...] [...] Angsuman lanzó su Multi-Page WordPress Plugin, que "le permite fácilmente romper su WordPress artículos en varias páginas". [...]
May 24th, 2006 at 6:03 am 24 de mayo de 2006, a las 6:03 am
I am using this plugin butnothing happens when I insert the next page link.Actually something does happen, all the content of the post vanishes that should be on the next page. Estoy utilizando este plugin butnothing sucede cuando inserto la página siguiente link.Actually algo ocurre, todo el contenido del puesto que desaparece deben a la página siguiente.
Anyone have any idea what I may have done wrong? Toda persona tiene alguna idea de lo que pude haber hecho mal?
May 24th, 2006 at 8:16 am 24 de mayo de 2006, a las 8:16 am
Are you using the default theme? ¿Está utilizando el tema por defecto?
Multiple pages are displayed with a piece of WordPress code which is present in any well-designed theme like the default theme. Múltiples páginas se visualizan con un trozo de código de WordPress que está presente en cualquier bien diseñado tema como el tema por defecto.
If you are using your custom theme then you should add this piece of code (highlighted): Si usted está utilizando su costumbre tema entonces debe añadir este fragmento de código (subrayado):
<?php the_content('<p class="serif">Read the rest of this entry »</p>'); ?> <? php the_content ( '<p class="serif"> Leer el resto de esta entrada »</ p>');?>
<?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?> <? php link_pages ( '<p> <strong> Páginas: </ strong>', '</ p>', 'número');?>
May 28th, 2006 at 9:18 am 28 de mayo de 2006, a las 9:18 am
What file should this code go into? ¿Qué archivo de este código debe ir en?
May 29th, 2006 at 6:55 pm 29 de Mayo de 2006, a las 6:55 pm
[...] Angsuman’s Multi-Page Plugin Plugin que ativa um botao (nextpage) que possibilita a paginacao de artigos em um mesmo post. [...] Angsuman's Multi-Plugin Plugin que Ativa um botao (nextpage) que possibilita un paginacao de Artigos em um mesmo puesto. (tags: wordpress) [...] (tags: wordpress) [...]
June 2nd, 2006 at 6:56 am 2 de Junio, 2006 a las 6:56 am
When the “pages 1,2,etc” displays beneath the primary post, how does one circumvent the confusion to the reader when they click on “1″ and find the same excerpt loaded? Cuando las "páginas 1,2, etc" muestra debajo de la primaria después, ¿cómo eludir la confusión al lector al hacer clic en "1" y encontrar el mismo extracto cargado?
Is it possible to unlink the “current” page nav number? ¿Es posible desvincular la "actual" de la página principal de navegación?
June 2nd, 2006 at 7:48 am 2 de Junio, 2006 a las 7:48 am
> Is it possible to unlink the “current” page nav number? > ¿Es posible desvincular la "actual" de la página principal de navegación?
Sure. Seguro. Requires some custom coding. Requiere un poco de codificación de la costumbre.
June 30th, 2006 at 7:49 pm 30 de junio de 2006, a las 7:49 pm
Josh - somewhere in your index file, where it’s displaying the post, it either says Josh - en algún lugar de tu archivo de índice, donde se muestra el puesto, ya sea que dice
or o
Replace that line with: Sustituir esa línea por:
Read the rest of this entry »’); ?> Lea el resto de esta entrada » ');?>
Pages: ‘, ”, ‘number’); ?> Páginas: ', ",' número ');?>
July 7th, 2006 at 1:26 pm 7 de julio de 2006, a las 1:26 pm
Mae - thanks for writing. Mae - gracias por escrito. I’m sorry but I can’t read your post due to formatting - what should it replace in the index file? Lo siento pero no puedo leer su puesto debido a formato - qué debería sustituir en el índice de archivos?
July 7th, 2006 at 3:57 pm 7 de julio de 2006, a las 3:57 pm
See this Ver esta comment comentario .
July 9th, 2006 at 6:25 pm 9 de julio de 2006, a las 6:25 pm
This is a great plugin. Este es un gran plugin. I went to add the custom coding, and found that the Kubrick standard already includes it. Fui a añadir la costumbre de codificación, y encontró que la norma Kubrick ya la incluye. Now isn’t that great? Ahora no es ese gran?
Thank you. Gracias.
July 9th, 2006 at 10:53 pm 9 de julio de 2006, a las 10:53 pm
Any proper theme should have it already Cualquier buen tema debería tener ya
July 31st, 2006 at 5:39 am 31 de Julio, 2006 a las 5:39 am
Hi Hola
Is there a way of configuring the titles of each individual page? ¿Hay alguna forma de configurar los títulos de cada página? For example I wrote a page and it added a second one. Por ejemplo, escribí una página y se añade una segunda. The post will get long overtime as I cover every area of the one particular town and I will start adding more pages. El puesto tendrá las horas extraordinarias a largo como he cubrir todas las áreas de la ciudad y voy a empezar a añadir más páginas. The problem is this: El problema es este:
1. Every page renders with the same title. Cada página hace con el mismo título.
2. This causes a slight problem, while I am talking about the same town it is a different area so I would like to append the title like Part-2 so it is immediately identifiable to the visitor that it is a multi-page post. Esto provoca un ligero problema, mientras yo estoy hablando de la misma ciudad es un área diferente por lo que me gustaría añadir el título al igual que la parte-2 por lo que es inmediatamente identificable al visitante que se trata de una multi-página posterior.
I would like a way to append each page title and meta description. Quisiera una forma de añadir cada título de la página y meta-descripción.
Is it possible to enhance as well the continous pages links like 1,2,3,4 etc make it more prominent to alert visitors? ¿Es posible mejorar, así como la continua páginas de enlaces como 1,2,3,4, etc hacerlo más prominente para alertar a los visitantes?
Thanks Gracias
July 31st, 2006 at 7:52 am 31 de Julio, 2006 a las 7:52 am
@Artful Lodger, @ Artful Lodger,
Contact me using the En contacto conmigo utilizando la contact form formulario de contacto with details for a quote. con los detalles de una cita.
July 31st, 2006 at 8:37 pm 31 de Julio, 2006 a las 8:37 pm
HI
I sent you a mail through the contact form Le envié un correo electrónico a través del formulario de contacto
Thanks Gracias
August 20th, 2006 at 10:37 am 20 de agosto de 2006, a las 10:37 am
[...] Angsuman’s Multi-Page Plugin: WordPress 2.x Plugin To Create Multi-Paged Articles WordPress 2.x (and above) plugin to create multi-paged article. [...] Angsuman's Multi-Plugin: WordPress 2.x Plugin Para Crear multi-paginado artículos WordPress 2.x (o más) plugin para crear el artículo multi-paginado. This plugins enables you to easily break your WordPress article into multiple pages. Este plugins te permite fácilmente romper su artículo de WordPress en varias páginas. It works for both WYSIWYG as well as text mode. Trabaja para ambos WYSIWYG, así como el modo de texto. [...]
August 24th, 2006 at 2:37 pm 24 de agosto de 2006, a las 2:37 pm
[...] Installation instructions: on Taragana Blog [...] [...] Instrucciones de instalación: por Taragana Blog [...]
August 30th, 2006 at 7:33 am 30 de Agosto, 2006 a las 7:33 am
[...] Download Multi-Page Technorati Tags: multi page, plugin, series, wordpress [...] [...] Descarga Multi-Page Technorati Tags: multi página, plugin, series, wordpress [...]
September 3rd, 2006 at 12:55 am 3 de septiembre de 2006, a las 12:55 am
[...] This new WYSIWYG is frustrating to use at every step of the way. [...] Esta nueva WYSIWYG es frustrante para usar en cada paso del camino. It is buggy like the worst Microsoft products. Es libre de errores, al igual que los peores productos de Microsoft. The WYSIWYG mode isn’t properly synchronized with the HTML mode. El modo WYSIWYG no está bien sincronizado con el modo HTML. Any changes made in the HTML mode may or may not get into the WYSIWYG mode. Los cambios que se realicen en el modo HTML puede o no entrar en el modo WYSIWYG. Often a change made in HTML mode isn’t idempotent. A menudo, un cambio hecho en modo HTML no es idempotent. In other words if you make some change in HTML mode, then close the window and then go back to HTML mode, some of your change may be lost or worse modified. En otras palabras, si hace algún cambio en el modo HTML, a continuación, cierre la ventana y luego volver al modo HTML, algunos de sus cambios pueden perderse o peor modificados. Button implementations are buggy and insufficient. Botón de implementaciones libre de errores, y son insuficientes. For example I cannot create a anchor tag with name or even a page (you can use my multi-page plugin for that). Por ejemplo yo no puedo crear una etiqueta de ancla con el nombre o incluso una página (que puede utilizar mi página multi-plugin para que). I needed to create anchor tags with name so I can redirect people from content section to other sections of the site in the same page. Que necesitaba para crear etiquetas de anclaje con nombre para que pueda reorientar las personas de la sección de contenido a otras secciones del sitio en la misma página. I switched to HTML code and created the code. Me pasa a código HTML y ha creado el código. When I switched back there were three tags created for each insertion. Cuando me conmutación de atrás hay tres etiquetas creadas para cada inserción. And worse it isn’t consistent. Y lo peor no es coherente. So for some it came out fine and others there were 3 duplicates. Por lo tanto, para algunos le salió bien y hay otros 3 duplicados. [...]
September 12th, 2006 at 9:59 am Septiembre 12, 2006 a las 9:59 am
Great plugin… The only thing for me is that Page Numbres don’t appear at the bottom of the first page for readers to click… I had to manually link page 2 (see Gran plugin… La única cosa que para mí es que Page Numbres no aparecen en la parte inferior de la primera página para que los lectores clic… tuve que enlace manualmente la página 2 (véase http://www.leblogauto.com/2006/09/alfa-romeo-8c-competizione-la-version-de-production.html as way of example…) como modo de ejemplo…)
Ay idea why? Ay idea por qué?
Thaks
Christophe
September 12th, 2006 at 12:42 pm Septiembre 12, 2006 a las 12:42 pm
Refer to this Consulte a este comment comentario for solution. para la solución.
October 9th, 2006 at 4:20 pm 9 de octubre de 2006, a las 4:20 pm
Hi, Hola,
I’ve installed the multipage plugin and activated it however I do not use the visual rich editor therefor I do not have a quick links selection. He instalado el plugin de múltiples y se activan sin embargo yo no uso el rico editor visual para ello no tengo una rápida selección de enlaces. What code do I use to tell the plugin it’sa mulitpage post? ¿Qué código Qué debo hacer para decirle al plugin es un mulitpage puesto?
Thanks! Gracias!
Michael
October 9th, 2006 at 7:34 pm 9 de octubre de 2006, a las 7:34 pm
Click on the Page button in quicktags menu. Haga clic en el botón Page quicktags en el menú.
October 9th, 2006 at 10:17 pm 9 de octubre de 2006, a las 10:17 pm
I do not use the visual rich editor therefor I do not have a quicktags menu. Yo no uso el rico editor visual para ello no tengo un menú quicktags. What code should I use? ¿Qué código debo usar?
October 9th, 2006 at 10:32 pm 9 de octubre de 2006, a las 10:32 pm
I had to deactivate several plugins and when I did the “Next Page” quicklink now shows. He tenido que desactivar varios plugins y cuando lo hice en "Siguiente Página" QuickLink ahora muestra.
So… there is a limited amount of display space in the quicklinks bar. Así que… hay una cantidad limitada de espacio de visualización en la barra de vínculos rápidos. If anyone else cannot see your “Next Page” button try deactivating one or two plugins. Si cualquier otra persona no puede ver su "Next Page" intentar desactivar uno o dos plugins.
October 14th, 2006 at 10:14 am 14 de octubre de 2006, a las 10:14 am
Love the multipage plugin! El amor múltiples plugin!
Question - What code do we use to insert the page numbers at the beginning of the article as well as where we manually enter it using the quicklinks? Pregunta - ¿Qué código lo podemos usar para insertar los números de página al comienzo del artículo, así como en las que introducir manualmente usando el Quicklinks?
Also, we want to enter a small graphic after the page numbers - how do we do that? Además, queremos introducir un pequeño gráfico después de los números de página - ¿cómo lo hacemos?
October 14th, 2006 at 10:25 am 14 de octubre de 2006, a las 10:25 am
One more question concerning the multipage plugin. Una pregunta más en relación con los múltiples plug-in.
When you go to the next page notice there is no space between the Chitika ad and the body of the post. Cuando vaya a la página siguiente aviso no hay espacio entre el anuncio y Chitika el cuerpo del correo. We have tried moving the Chitika ad above the article title but there is still no space. Hemos intentado mover el Chitika anuncio por encima del título del artículo, pero todavía no hay espacio. How do we ad space? ¿Cómo podemos espacio publicitario?
Michael
October 15th, 2006 at 10:30 pm 15 de octubre de 2006, a las 10:30 pm
Could this be used to pages also? ¿Podría ser usado también para las páginas?
October 16th, 2006 at 3:54 am 16 de octubre de 2006, a las 3:54 am
> Could this be used to pages also? > ¿Puede ser utilizado también para las páginas?
I haven’t tried it. No he probado. If WordPress supports paging of pages then my plugin will support it. Si WordPress apoya la paginación de las páginas de mi plugin lo va a apoyar.
October 16th, 2006 at 4:04 am 16 de octubre de 2006, a las 4:04 am
@Michael Michael @
Check the Compruebe el comment above comentario anterior for code to insert. código para insertar.
> How do we ad space? > ¿Cómo podemos espacio publicitario?
Try adding empty paragraphs or breaks. Prueba a añadir párrafos vacíos o se rompe.
October 17th, 2006 at 4:12 pm 17 de octubre de 2006, a las 4:12 pm
Adding empty paragraphs or breaks puts in WAY too much space. La adición de los párrafos vacíos o se rompe pone en CAMINO demasiado espacio.
Michael
October 17th, 2006 at 4:17 pm 17 de octubre de 2006, a las 4:17 pm
I would like to see it as a drop down box with pages labeled what they page are. Me gustaría ver como un cuadro desplegable con la etiqueta páginas lo que son página. Example: Ejemplo: http://enthusiast.hardocp.com/article.html?art=MTE5OCwxLCxoZW50aHVzaWFzdA== http://enthusiast.hardocp.com/article.html?art=MTE5OCwxLCxoZW50aHVzaWFzdA ==
October 24th, 2006 at 12:45 am Octubre 24, 2006 a las 12:45 am
Hi, Hola,
your plugin is very nice, but I don’t know: it´s possible support in Dean´s FCK editor and how? su plugin es muy agradable, pero no sé: es posible en apoyo del Decano FCK editor y cómo?
Thanks Gracias
October 24th, 2006 at 6:00 am 24 de Octubre de 2006 a las 6:00 am
Yes it is possible. Sí es posible.
October 24th, 2006 at 1:15 pm Octubre 24, 2006 a las 1:15 pm
Hmm - may do a mash up with Hmm - puede hacer una masa con http://nonull.com/pmwiki/Plugin/JumpTo?userlang=English
So each time you press the “next page” insert button - it will ask for the name of the page. Por lo tanto, cada vez que pulse la "página siguiente" se añade lo siguiente botón - le pedirá el nombre de la página. Looks like it would take some math and some extra javascripting to get it done (the later is not my forte). Parece que se necesitarían algunos de matemáticas y algunos extras javascripting para hacerlo (la última no es mi fuerte).
October 25th, 2006 at 4:15 pm 25 de octubre de 2006, a las 4:15 pm
[...] Cette semaine, au programme : Angsuman’s Multi-Page Plugin [...] [...] Cette semaine, au programa: Angsuman's Multi-Plugin [...]
October 25th, 2006 at 4:35 pm 25 de octubre de 2006, a las 4:35 pm
This mod is good. Este mod es bueno. I was wondering about how to remove the page break. Me preguntaba acerca de cómo eliminar el salto de página. There is no indocator in the editor to delete the existing ones. No hay indocator en el editor de suprimir los ya existentes.
Any idea? Cualquier idea?
October 29th, 2006 at 8:00 am 29 de Octubre de 2006 a las 8:00 am
[...] Angsuman’s Multi-Page Plugin: WordPress 2.x Plugin To Create Multi-Paged Articles -Simple Thoughts - Java and Web Blog [...] [...] Angsuman's Multi-Plugin: WordPress 2.x Plugin Para Crear multi-paginado artículos-los pensamientos simples - Java y Web Blog [...]
March 17th, 2007 at 1:44 pm 17 de Marzo, 2007 a las 1:44 pm
I have installed “Angsuman’s Multi-Page Plugin” at my blog . He instalado "Angsuman's Multi-Plugin" en mi blog. Wordpress 2.1.2 , Classic Wordpress theme . Wordpress 2.1.2, Classic Wordpress tema.
It shows the multi-page, but only the first one shows the correct “font”, the other pages shows other kind of “font”. En él se muestra la multi-página, pero sólo la primera de ellas muestra la correcta "fuente", las otras páginas pone de manifiesto otro tipo de "fuente".
See it at Véase en
http://www.conteaqui.com.br/uncategorized/projeto-sorriso/
shows the correct “font”. muestra la correcta "fuente". But Pero http://www.conteaqui.com.br/uncategorized/projeto-sorriso/2/
does not show the correct “font”. no muestra la correcta "fuente".
I think it maybe an “css” problem …. Creo que tal vez una "css" problema…. but I can not find what to fix . pero no puedo encontrar lo que se debe fijar.
I would appreciate any help. Le agradecería cualquier ayuda.
Thanks Gracias
Jack from Brazil Jack de Brasil
March 26th, 2007 at 1:41 pm 26 de marzo de 2007, a las 1:41 pm
Yes, it’s working, I add the additional code (comment #6) in index.php & home.php Sí, es de trabajo, debo añadir el código adicional (comentario # 6) en index.php y home.php
May 23rd, 2007 at 6:59 pm 23 de mayo de 2007, a las 6:59 pm
I’ve added the following code in index.php and singlepost.php but still atually breaked pages were not created. He añadido el siguiente código en index.php y singlepost.php pero aún atually breaked páginas no fueron creados.
Pages: ‘, ”, ‘number’); ?> Páginas: ', ",' número ');?>
So the problem is ……… Por lo tanto, el problema es………
Pages (after first page) are not displaying? Páginas (después de la primera página) no se muestran?
June 23rd, 2007 at 4:35 am 23 de junio de 2007, a las 4:35 am
Hi, nice plugin. Hola, bueno plugin. My question is how can I modify when I want to show the page links like: . Mi pregunta es ¿cómo puedo modificar cuando quiero mostrar los vínculos de la página como:. Is that possible? ¿Es eso posible? Thanks. Gracias. Roman Romano
June 23rd, 2007 at 4:37 am 23 de junio de 2007, a las 4:37 am
Previous page | Next page Pag.anterior | Pag.siguiente
July 13th, 2007 at 2:59 am 13 de julio de 2007, a las 2:59 am
Nice plugin, I want to try this Niza plugin, quiero tratar este
August 2nd, 2007 at 12:19 pm 2 de agosto de 2007, a las 12:19 pm
Great plugin! Gran plugin! Note: A perfect companion to this is the Nota: Un complemento perfecto para este es el CompleteRSS plugin, if you want your full article to show up in the RSS feed. plugin, si usted desea que su artículo completo se presenta en el canal RSS.
November 4th, 2007 at 6:08 pm 4 de Noviembre, 2007 a las 6:08 pm
Just for reference, I found out that if you add the Sólo como referencia, me enteré de que, si añades la
<!–nextpage–> <!-Nextpage->
Manually in the code section, it works fine. Manualmente en la sección del código, funciona bien.
I may have a look at the code within the next few weeks unless someone beats me to it, to try and find the problem. Se me permite echar un vistazo al código en las próximas semanas a menos que alguien me late a la misma, para tratar de encontrar el problema.
Hope that helps anyone that may come across the same issue. Esperanza que ayuda a cualquier persona que pueda venir a través del mismo tema. It only seems to affect the latest builds of WP (I know for a fact 2.0.x worked fine, so its a change somewhere after) Sólo parece afectar a más tardar, se basa de WP (Me consta 2.0.x trabajado muy bien, por lo que su un cambio en algún lugar después)
Cheers all Saludos a todos
December 20th, 2007 at 3:37 pm Diciembre 20, 2007 a las 3:37 pm
If you can’t read Agent’s code above, here it is: Si no puede leer el Agente del código anterior, aquí está:
[open angle bracket]!–nextpage–[close angle bracket] [brazo de ángulo abierto]! nextpage--[ángulo estrecho brazo]
Replace the parts in brackets with the proper symbol. Reemplace las partes entre corchetes con el símbolo adecuado.
January 12th, 2008 at 11:13 pm 12 de enero de 2008 a 11:13 pm
very thanky you, its a wonderfull muy thanky usted, es una maravillosa
January 26th, 2008 at 2:54 am 26 de enero de 2008 a las 2:54 am
Nice plugin, I want to try this Niza plugin, quiero tratar este
thanks. gracias.
February 22nd, 2008 at 4:20 pm 22 de febrero de 2008 a 4:20 pm
I cannot see the icon after installing the plugin. No puedo ver el icono después de instalar el plugin. Any suggestions? ¿Alguna sugerencia?
May 9th, 2008 at 6:45 pm 9 de mayo de 2008 a 6:45 pm
[...] Angsumans Multi Page - Enables you to create multiple pages for your articles so if your article is exceptionally long you can break it up into multiple pages. [...] Angsumans Multi Page - Le permite crear varias páginas de sus artículos por lo que si su artículo es excepcionalmente larga puede dividirla en varias páginas. [...]
May 9th, 2008 at 10:54 pm 9 de mayo de 2008 a 10:54 pm
[...] Angsumans Multi Page - Enables you to create multiple pages for your articles so if your article is exceptionally long you can break it up into multiple pages. [...] Angsumans Multi Page - Le permite crear varias páginas de sus artículos por lo que si su artículo es excepcionalmente larga puede dividirla en varias páginas. [...]
May 10th, 2008 at 2:45 pm Mayo 10, 2008 a 2:45 pm
this is a greatttttt plugin…. este es un plugin greatttttt…. is this competible with wp 2.5? este es competible con 2,5 wp?
pages navigation didnt showing on the post page.. páginas de navegación didnt muestren en la página .. i add page navigation code in singlepost.php which describe Angsuman.. i añadir la navegación entre las páginas de código en los que se describe singlepost.php Angsuman .. but page navigation didnt showing… any suggestion plz… pero la navegación entre las páginas que muestran didnt… cualquier sugerencia plz…
May 10th, 2008 at 5:46 pm Mayo 10, 2008 a 5:46 pm
[...] cevap yazmanızı sağlar Ajax Comments : Yazılan yorumlar ajax desteğiyle kısa sürede eklenir Angsuman’s Multi-Page Plugin : Yazılarınızı sayfalamanızı sağlar Audio Player : Yazılarınıza ses (müzik konuşma vs.) [...] [...] Cevap yazmanızı sağlar Ajax Comentarios: Yazılan yorumlar ajax desteğiyle kısa sürede eklenir Angsuman's Multi-Plugin: Yazılarınızı sayfalamanızı sağlar Audio Player: Yazılarınıza ses (Müzik vs konuşma) [...]
May 11th, 2008 at 1:05 am Mayo 11, 2008 a 1:05 am
[...] Angsuman’s Multi-Page: Yazılarını tek bir başlık altında değil de bir yazı dizisi olarak, birden fazla sayfa içerisinde yayınlamak istiyorsanız bu eklentiyi kullanabilirsiniz. [...] Angsuman's Multi-Page: Yazılarını Bir tek başlık altında değil de Bir yazı dizisi olarak, Birden fazla sayfa içerisinde yayınlamak istiyorsanız bu eklentiyi kullanabilirsiniz. [...]