Este plugin não foi testado com os 3 lançamentos principais mais recentes do WordPress. Ele pode não ser mais mantido ou suportado e pode ter problemas de compatibilidade quando usado com versões mais recentes do WordPress.

Stream Manager

Descrição

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.

Links

Capturas de tela

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

Instalação

  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 %}

Perguntas frequentes

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.

Avaliações

2 abril, 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 setembro, 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.
Leia todas as 2 avaliações

Colaboradores e desenvolvedores

“Stream Manager” é um programa de código aberto. As seguintes pessoas contribuíram para este plugin.

Colaboradores