Este plugin não foi testado com as 3 atualizações principais mais recentes do WordPress. Pode ser que não tenha mais manutenção ou suporte e talvez tenha problemas de compatibilidade quando usado com versões mais recentes do WordPress.

Blog Crosspost

Descrição

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.

Imagens de tela

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

Avaliações

8 maio, 2020
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.
Leia 1 avaliação

Colaboradores e desenvolvedores

“Blog Crosspost” é um software com código aberto. As seguintes pessoas contribuíram para este plugin.

Colaboradores

“Blog Crosspost” foi traduzido para 1 localização. Agradecemos aos tradutores por suas contribuições.

Traduzir “Blog Crosspost” para o seu idioma.

Interessado no desenvolvimento?

Navegue pelo código, dê uma olhada no repositório SVN ou assine o registro de desenvolvimento via RSS.

Registro de alterações

** 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.