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.

Stream Manager

Descripción

We created Stream Manager with news editors in mind. Admins wanted the latest headlines to show up on the front page automatically, but didn’t want to give up the flexibility of pinning a major story in a featured spot or pushing a smaller item down below the fold.

Stream Manager provides a simple interface for curating feeds of new posts from the WordPress Admin. New posts show up automatically at the top of a stream, but content can easily be added, removed, or repositioned on the page via the stream editor. Admins also have the option of pinning a post, which will lock it in its current position regardless of new content.

Stream Manager is designed to work with Twig templating plugin Timber, as detailed in the installation instructions. Check out the Timber project page for more info.

Enlaces

Capturas

  • Adding a new stream.
  • Pinning a stream to the top of

Instalación

  1. Install and activate Timber, then install and activate this plugin.
  2. Create a new stream from the WordPress admin.
  3. Add the following to your template file, replacing ‘new-stream’ with the slug of your stream.

    $context[‘stream’] = new TimberStream(‘new-stream’);

  4. Finally, add this to your twig file.

    {% for post in stream.get_posts %}

    {{ post.title }}
    

    {% endfor %}

FAQ

Installation Instructions
  1. Install and activate Timber, then install and activate this plugin.
  2. Create a new stream from the WordPress admin.
  3. Add the following to your template file, replacing ‘new-stream’ with the slug of your stream.

    $context[‘stream’] = new TimberStream(‘new-stream’);

  4. Finally, add this to your twig file.

    {% for post in stream.get_posts %}

    {{ post.title }}
    

    {% endfor %}

Can streams be filtered by post type or category?

Yes! Streams can be filtered by post type, taxonomy, or just about anything else that can be passed into a wp_query array. Check out the github readme for details on filter hooks.

Reseñas

2 de abril de 2017
If you manage complex layout, with multiple post sources, chances are you either have those "streams" hardcoded into your template or using something such as custom fields to manage them. Streams introduces a super useful alternative to that, with a small developer API you can hook into to customise the output. That, associated with the awesomeness to Timber for WP, it's just pure bliss.
3 de septiembre de 2016
Full disclosure: I work with the authors of this plugin. But that also means I've made a bunch of sites with it for some big clients. It's pretty much at the root of the editorial workflow for all of them, and I just couldn't imagine being without it.
Leer todas las 2 reseñas

Colaboradores y desarrolladores

«Stream Manager» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Stream Manager» 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.