有個版模是這樣的
DEMO:http://www.press75.com/themes/video-flick-theme-demo/
教學文章中有五個步驟:
1. Make sure that your host has the GD graphics extension for PHP enabled.
2. Upload the plugin file to your `wp-plugins/` folder.
3. Go the plugin management page and activate the plugin.
4. Add the `p75GetThumbnail(int $postID, [int $width, [int $height, [string
$fileType]]])` function to your theme to get the URL of a thumbnail and
`p75GetOriginalImage(int $postID)` to get the URL to the original image.
5. Go to Settings > Thumbnail Options to configure default values for the
plugin.
我的疑問是:
1.什麼是GD graphics? 我要去哪裡設定?
2.第4點我看不懂,那是指什麼部份?
我啟動了plugin,也按照說明設定了圖片上傳的資料夾,可是圖片還是顯示不出來...
不知是否也有人使用過或者類似的,可以幫我解答一下,謝謝。
--
DEMO:http://www.press75.com/themes/video-flick-theme-demo/
教學文章中有五個步驟:
1. Make sure that your host has the GD graphics extension for PHP enabled.
2. Upload the plugin file to your `wp-plugins/` folder.
3. Go the plugin management page and activate the plugin.
4. Add the `p75GetThumbnail(int $postID, [int $width, [int $height, [string
$fileType]]])` function to your theme to get the URL of a thumbnail and
`p75GetOriginalImage(int $postID)` to get the URL to the original image.
5. Go to Settings > Thumbnail Options to configure default values for the
plugin.
我的疑問是:
1.什麼是GD graphics? 我要去哪裡設定?
2.第4點我看不懂,那是指什麼部份?
我啟動了plugin,也按照說明設定了圖片上傳的資料夾,可是圖片還是顯示不出來...
不知是否也有人使用過或者類似的,可以幫我解答一下,謝謝。
--
All Comments