Acest modul nu a fost testat cu ultimele 3 versiuni importante ale WordPress. S-ar putea să nu mai fie întreținut sau susținut și ar putea avea probleme de compatibilitate când este folosit cu versiuni recente ale WordPress.

Get remote posts list

Descriere

Get remote posts list
This wordpress plugin to Get Recent Posts from Remote Wp site using Rest api
This plugin create a widget „Get Posts from Api” after installation.
You need to add widget to your sidebar where you want to display the remote sites recent posts list.
This widget accepts two parameter, Json URL and post limit(number of posts to display).
Json url should look like http://yoursite.com/wp-json/wp/v2/posts/
You can limit the number of posts you want to retrive from remote site by setting post limit.

Capturi ecran

  • Front end display of list
  • Widget Settings

Instalare

This section describes how to install the plugin and get it working.

e.g.

  1. Upload the plugin files to the /wp-content/plugins/get-remote-post-list directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the Settings->Plugin Name screen to configure the plugin

Întrebări frecvente

How to get json api url?

If the remote site is wordpress site and having rest api enabled for it, you can obtain the json urls by using the http://xxx.com/wp-json/wp/v2/posts/
Note: replace „xxx” with site domain

Recenzii

21 martie 2018
Hi Ganesh, Good work! Its really though easy to fetch remote content such as posts. FYI – The REST API is included in WordPress 4.7! Just install the latest version of WordPress and you’re ready to go. So your plugins have zero dependancies. https://v2.wp-api.org/ Thanks, -Mohan
Citește o recenzie

Contributori și dezvoltatori

„Get remote posts list” este un software open-source. La acest modul au contribuit următoarele persoane.

Contributori

Istoric modificări

1.0

  • Adding first version of my plugin