Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Page in Widget

Descripción

The Page in Widget widget lets you display a page content inside a widget. This way you have more control how the content is displayed, and it’s much easier than hacking your own HTML.

The output is filtered through the_content-filter which means that paragraph tags are added, just as any other post or page.

Instalación

  1. Upload the zipfile to the /wp-content/plugins/ directory
  2. Extract and remove it
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Drag the new widget to desired sidebar, choose a title for the widget and select the appropriate page.

Preguntas frecuentes

Installation Instructions
  1. Upload the zipfile to the /wp-content/plugins/ directory
  2. Extract and remove it
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Drag the new widget to desired sidebar, choose a title for the widget and select the appropriate page.

Reseñas

9 de enero de 2017
Works exactly the way I wanted! I love it!
Leer todas las 8 reseñas

Colaboradores y desarrolladores

«Page in Widget» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Page in Widget» 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.

Registro de cambios

1.3

1.2

  • Added support for WPML translation (thanks to altert)

1.1.1

  • Added missing echo $before_widget;

1.1

  • The plugin now consider the <!--more--> tag
  • Added option to show/hide the more link
  • Added proper filtering to output

1.0

  • Initial release