這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Stream Manager

外掛說明

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.

連結

螢幕擷圖

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

安裝方式

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

常見問題集

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.

使用者評論

2017 年 4 月 2 日
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.
2016 年 9 月 3 日
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.
閱讀全部 2 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Stream Manager〉的開發相關工作。

參與者

將〈Stream Manager〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄