dynamic-featured-image

外掛說明

這個外掛已於 2024 年 9 月 2 日關閉,且不提供下載。 這個外掛正在等候完整審閱,因此暫時關閉。

使用者評論

2021 年 4 月 9 日
I got the free version working perfectly last night with WordPress 5.7. The description says the plugin will “add any number of featured images … without writing a single line of code”, which is a bit misleading. The plugin provides a GUI interface to flag images as featured, but to actually have the images appear on your site you need to write some code. Stack Overflow to the rescue. I found this snippet there and got it working: if( class_exists('Dynamic_Featured_Image') ) { global $dynamic_featured_image; $featured_images = $dynamic_featured_image->get_featured_images( ); //print_r($featured_images); //You can now loop through the image to display them as required foreach($featured_images as $featured_image) { echo "<img src='".$featured_image['full']."'>"; } } Detailed instructions for those who, like me, don’t know PHP at all: Go to Appearance/Theme Editor Double click on the part of the site you want to add featured images. This will probably be ‘Single Page’ or ‘Single Post’, but it could be ‘Theme Header’, ‘Theme Footer’, or whatever. For most pages, you’ll want to paste the above code into ‘the loop’. If you don’t know what ‘the loop’ is, it’s worth looking in to, as it’s probably a bit different on different themes. On most themes, pasting the code anywhere between while (have_posts()): the_post(); and endwhile; should work. But where you put it in relation to other things in ‘the loop’ probably matters. Note that everything between the quotes, after the word ‘echo’ in the code above is what will appear on your page. So any other stuff you want to add (list items, div tags, etc.) needs to go in there. If you’re adding any attributes, use single quotes or your whole site will bork. Have fun! Hope that helps. And thank you, Ankit, for a great plugin!
2018 年 12 月 3 日
This is a poorly documented, poorly coded half-done plugin. The plugin, if you read the fine print, assumes you would go to a github page, and follow vague instructions on what functions you need to call in your theme… as if this is something that the average user can do. It is a great idea to show many featured images… it is a pitty you have a be a coder, to create your child-theme and hack it to get this to work.
2018 年 9 月 16 日
DO NOT purchase the Pro version of this plugin. It does not work as described and has terrible documentation. Emails sent asking for a refund have been ignored. Looking though the support forum I can also see that support for this plugin is non-existent. These guys don’t care about their customers or the quality of their work.
2018 年 9 月 5 日
word of advice for those looking to buy the pro version… don’t!! Truly a master piece in terms of terrible development and documentation.. I am in awe……
閱讀全部 58 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Dynamic Featured Image〉的開發相關工作。

參與者

〈Dynamic Featured Image〉外掛目前已有 13 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈Dynamic Featured Image〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄