Plugin Page-list

  • Autor Autor dsalas
  • Fecha de inicio Fecha de inicio
D

dsalas

Alfa
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Buenos días,
Acabo de instalar el plugin page-lists que sirve para lista las páginas de tu blog en una página elegida. Pero estoy teniendo problemas. Cuando pongo el shorcode [pagelist] lista las páginas como la función wp_page_list() pero también tiene la opción [pagelist_ext] donde puedes añadir parámetros para que se vea la lista de diferentes maneras.
El problema es que cuando pongo [pagelist_ext] no me aparece ninguna lista, la página en blanco, e igualmente con sus derivados [pagelist_ext show_first_image="1"];
Alguien ha utilitzado este plugin y sabe porque del error?
Les dejo el link de la página oficial del plugin por si quieren ver el funcionamiento
Muchas gracias

Enlace eliminado
 
Hello, I am the developer of Page-list plugin.
I don't know Spanish so I will write in English 🙂
You may translate my message with Enlace eliminado if you wish.

[pagelist_ext] was made to show subpages to the current page by default (if there is no params).
So if you put [pagelist_ext] without params to the page without subpages - you will see empty page.

There are 2 solutions:

1) So you can use this shortcode: [pagelist_ext child_of="777"] - where "777" is the ID of the page which subpages you want to show.

2) Or you may update the plugin and [pagelist_ext] will show all pages of the site if there is no subpages to the current page. I updated the plugin to fix this thing.

Please, write me back if it worked fine.

Have a nice day.

P.S. If you would have some problems in future, try to ask for help on official forum thread for Page-List plugin.
 
Última edición:
Ok, perfect
But now I writed: "[pagelist_ext image_width="50" image_height="50"]" and in the list don't appear the images. Every page contains one image
Why do exist the error?
Thank you!
 
If you have featured image attached to each page, than images should be shown.

If you don't have attached images and you want to show first image from the content, than try this shortcode: [pagelist_ext image_width="50" image_height="50" show_first_image="1"]
 
Atrás
Arriba