| 开发者 |
nathanrice
studiopress wpmuguru nick_thegeek bgardner marksabbath modernnerd dreamwhisper wpengine osompress esther_sola nahuai |
|---|---|
| 更新时间 | 2026年5月28日 00:39 |
| PHP版本: | 5.6 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
Custom templates are supported using the WordPress template hierarchy and the portfolio image size can be overridden by adding add_image_size( 'portfolio', 300, 200, TRUE ); to your theme functions.php file. There are many other tricks you can use with the Genesis actions and filters to customize anything in the plugin output.
wp_make_content_images_responsive portfolio widget images; srcset is applied via wp_calculate_image_srcset in wp_get_attachment_image used by genesis_get_image.alt and itemprop attributes.