Descripción
The Query Posts widget was written to allow users that don’t know their way around PHP to easily show posts in any way they’d like. It’s like having a cool WordPress developer as a friend ready to do your bidding. Seriously.
The widget has over 40 options to choose from. You can list posts by category, tag, custom taxonomies, author, date, time, name, or anything you can imagine. You can choose to show the full content, excerpts, or even a simple list. You can order the posts in all sorts of ways. Oh, and you can even show pages.
This is the widget that keeps users out of the code and gives them the ability to display items on their site how they want.
Instalación
- Upload
query-posts
to the/wp-content/plugins/
directory. - Activa el plugin desde el menú Plugins de WordPress.
- Ve a Apariencia > Widgets y coloca el widget Query Posts donde desees.
Se incluyen instrucciones más detalladas en el archivo readme.html
del plugin.
FAQ
- Installation Instructions
-
- Upload
query-posts
to the/wp-content/plugins/
directory. - Activa el plugin desde el menú Plugins de WordPress.
- Ve a Apariencia > Widgets y coloca el widget Query Posts donde desees.
Se incluyen instrucciones más detalladas en el archivo
readme.html
del plugin. - Upload
- ¿Por qué se creó este plugin?
-
Los usuarios finales a veces quieren hacer cosas complicadas, pero no navegan por el know-how técnico de los desarrolladores experimentados. Esto crea una barrera masiva entre los usuarios que pueden tener realmente sitios geniales y aquellos que tienen que usar lo que su desarrollador de temas les dio.
Este plugin se trata de eliminar esa barrera.
- ¿Cómo lo configuro?
-
No tienes mucho trabajo que hacer. Simplemente agrega el widget a la(s) área(s) de widgets de tu tema. En todo caso, probablemente te sentirás abrumado por la gran cantidad de opciones. He incluido una guía práctica sobre lo que significa cada opción con material de lectura complementario. Solo echa un vistazo al
readme.html
incluido con la descarga del plugin.
Reseñas
Colaboradores & Desarrolladores
“Query Posts” es software de código abierto. Las siguientes personas han contribuido a este plugin.
Colaboradores“Query Posts” ha sido traducido en 5 idiomas. Gracias a los traductores por sus contribuciones.
Traduce “Query Posts” a tu idioma.
¿Interesado en el desarrollo?
Revisa el código, echa un vistazo al repositorio SVN, o suscríbete al registro de desarrollo por RSS .
Historial de cambios
Version 0.3.2
- Clean up of debug notices.
- Only show thumbnail settings if theme supports post thumbnails or the
get_the_image()
function is present. - Apply widget title filters to the widget title.
- Better escaping of widget settings form elements.
Version 0.3.1
- Fix post types so individual IDs work.
- Fix
enable_widget_title
for some instances where it didn’t work. - Fix
post_class
issue for the instances where it didn’t work. - Make sure correct image size is used.
- Only use
post_mime_type
when it’s set. - Use
tag
instead oftag_slug__in
for the post tag taxonomy.
Version 0.3
- Completely redesigned the entire widget to just work better.
- Important! Users will likely have to reset any instances of the Query Posts widget in use.
Version 0.2.1
- Fixed the checkbox issue where it didn’t save on widget settings update.
Version 0.2
- Recoded the widget from the ground up to use WP 2.8’s new widget class. Users will likely need to reset each widget instance because of this.
- Fixes bug in WP 2.8 where more than one Query Posts widget wouldn’t display.
- Dropped support for versions of WP below 2.8.
- New setting:
post_type
. - New setting:
post_status
. - Added ability to show posts in ordered list as well as the normal unordered list.
- Hover tooltips to explain what each setting means.
- Added support for custom taxonomies created by users and other plugins for posts.
Version 0.1
- This is version 0.1. Everything’s new!