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

Blog Crosspost

外掛說明

Automatically add posts from another WordPress website using a shortcode.

Usage

Add the shortcode [blogcrosspost url="example.com"] to desired post/page/widget and save to have the code working.

Options

One can add some customization to the shortcode such as”:

  • Link to external website = [blogcrosspost url="example.com"]
  • Number of Posts to show = [blogcrosspost number="3"]
  • Name for the Readme link = [blogcrosspost readmoretext="Learn More"]

or use all of them in one go as:

`[blogcrosspost url="example.com" number="3" readmoretext="Learn More"]```

You can also change the HTML structure using apply_filters( 'blogcrosspost_link', $html, $atts );

Upcoming features

  • [ ] Add a Gutenberg Block.

Contribute/Issues/Feedback

If you have any feedback, just write an issue. Or fork the code and submit a PR on Github.

螢幕擷圖

  • Adding the shortcode into WordPress Page
  • Sample Posts on front-end
  • Sample Posts on front-end

使用者評論

2020 年 5 月 8 日
This plugin is just what I needed to fetch blog posts from another WordPress Installation. The posts are pulled and styling is on you and that's perfect. Thanks for this very handy theme.
閱讀全部 1 則使用者評論

參與者及開發者

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

參與者

〈Blog Crosspost〉外掛目前已有 1 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

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

對開發相關資訊感興趣?

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

變更記錄

** 0.2.0 **
– Fix Versioning issue.

** 0.2.0 **
– Bugfix for broken Image URL and Author Display Name.
– Added filters for all responses.
– Added class options.
– Bugfix for counter in loop display.

** 1.0.0 **
– Initial Release.