이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Remote Post Swap

설명

This plugin was built for developers to swap out local post data with post data from a live site. Useful if you need to make some styling changes to post content but don’t want to pull in the live database. Simply enter the URL for the live site and turn on the API connection via the toggle provided.

All posts within the loop are replaced with posts from the URL you entered. This will change out the post title, post content, post excerpt and post date with the returned API data. This plugin will NOT replace your the post data in the database, but simply change out the data on the fly. To go back to your the posts saved locally simply uncheck the toggle switch on the settings page.

Post meta is used to store post IDs returned from the API call and matched up with the post IDs returned from your loop. This helps keep posts consistent across page loads. Single post pages will return the same post they were swapped out with in the main loop.

NOTE: This plugin requires the parent site (the live site) to be running at least WordPress Version 4.7.0 for the REST API to work properly.

Usage

  1. After plugin activation go to the plugin settings page by hovering over the “Settings” menu item in wp-admin.
  2. Click on the ‘Remote Post Swap’ link.
  3. Check the toggle box shown.
  4. Enter the URL to the live site you wish to pull posts from. This should be a valid URL.
  5. Turn on which post data you wish to replace (Post Title, Post Excerpt, Post Content, Post Date, Featured Images)

To Do

  1. Pull in author data.
  2. Pull in post comments.

FAQ

Installation Instructions
  1. Upload the remote-post-swap directory to your /wp-content/plugins/ directory.
  2. Activate the plugin.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Remote Post Swap”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Remote Post Swap”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

0.8.0

  • Major performance enhancements & code optimization

0.7.0

  • Add in the ability to allow plugin users to choose which post data is swapped with remote post data (options page)
  • Rewrite the admin classes to allow for separation of logic/display
  • Add psr4 autoloader to autoload PHP classes without using require/include
  • Separate the featured image functions from the replace-wp functions for better organization

0.6.0

  • Re-wrote the replace-wp class to only make a maximum of 2 API calls per loop. (Performance enhancement)

0.5.0

  • Initial Release