该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的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.