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

WP Fake Image Replacer

설명

When developing a theme, you need to insert dummy content to test if your content is well rendered. Maybe sometimes, you’ll want to change pictures sizes in the middle of the development process for example, and then you’ll need either to upload back your pictures or regenerate thumbnails. This is where this plugin kicks in.

With WP Fake Image Replacer you don’t need to upload pictures. Just use the_post_thumbnail() function wherever you want and the plugin auto generate a fake image holder. Just change the thumbnail size whenever you want and the plugin generates automatically a new fake image.

It’s work with ACF (Advanced Custom Fields) from version 4.0. Just use image and gallery fields as usual.

Switch to presentation mode : show your client the website with beautiful random pictures from Flickr. Uses Flickr API.

Third party :
– Ivan Malopinsky holder.js library (GPLv2 licenced).
– Flickr API

설치

Just activate the plugin. The plugin hooks the_post_thumbnail() function and auto generate a fake image if no post thumbnail is defined.

FAQ

How can I define thumbnail sizes ?

As usually, juste use the set_post_thumbnail_size() and add_image_size() in functions.php and use the_post_thumbnail(‘size’) in your template file.

How to make it work with ACF ?

Just as usal. Use examples from ACF support site and WP Fake Image Replacer generates fake images for image field and gallery.

What is Developer mode and Presentation mode ?

Developer mode is the default mode during theme developpement process with fakes images (fast and work offline)
Presentation mode display random pictures from Flickr, in order to show the website to your clients.

후기

2016년 9월 3일
I often switch image sizes when designing. And the presentation feature is perfect for showing clients.
모든 2 평가 읽기

기여자 & 개발자

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

기여자

자국어로 “WP Fake Image Replacer”(을)를 번역하세요.

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

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

변경이력

1.6

  • fixed : set default values for first time

1.5

  • You can now set a Flickr pictures theme

1.4

  • Developer Mode & Presentation Mode
  • Display random popular Flickr pictures in developer mode
  • Added WP color picker for custom theme colors

1.3

  • Options page
  • Custom text on images
  • 3 color themes
  • Make your own custom themes
  • Internationalization
  • French translation

1.2

  • Advanced Custom Fields plugin support (image and gallery fields)
  • Code cleaned

1.1

  • Dummy images are now generated by holder.js
  • Works even offline

1.0

  • Generates fake images by hooking the post thumbnail function