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.

Pull Comments From Other Page(s)

Descripción

Pull Comments From Other Page(s) is plugin that allow you to pull comments from one or several pages and merge them among comments of target one. Resulting list will be sort in chronological order.

Support both buildin (page, post) and any custom post type as source(s) and target page.

Pay attention that custom post type must support ‘comments’ feature.

Capturas

  • Dropdown open on edit page screen
  • Sources selected on edit page screen
  • Merged comments list on front-end

Preguntas frecuentes

Comments was not displayed

There are several reasons:

  • Switch to page edit screen in admin panel. Verify that checkbox ‘Allow comments’ in panel ‘Discussion’ are selected.
  • Deactivate plugin Disable Comments or allow in their options at least at one post type
  • Verify that your theme support comments output. See function wp_list_comments()

Comments not merged in “WordPress => Admin Panel => Comments”

They should not. The plugin do not perform any database changes. All comments from source pages still associated with original pages.
The plugin just retrieve them and merge with comments of target page. Even more, your users may still post comments on source(s) page and their will be appeared on target one automatically.
On other side, your users may still post comments on target page and their will be merged with comments of source(s) one for displaying on target.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce "Pull Comments From Other Page(s)" 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.0.1

  • Fix language’s text domain PATH

1.0.0

  • The 1st stable release of the plugin