=== Genesis Portfolio Pro === Contributors: nathanrice, studiopress, wpmuguru, nick_thegeek, bgardner, marksabbath, modernnerd, dreamwhisper, wpengine, osompress, esther_sola, nahuai Tags: genesis, portfolio, templates Requires at least: 4.4 Tested up to: 6.5 Requires PHP: 5.6 Stable tag: 1.3 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html
Genesis Portfolio Pro adds all you need to allow for styled portfolios for any WordPress theme.
== Description ==
Genesis Portfolio Pro will add a new "Portfolio" post type where you can add portfolio entries with images and galleries to show of your visual content.
The default template and styles will create a portfolio grid showing your featured images in a landscape format. These will link to a simple page where you can control the content including text, images, and even galleries.
To get started click "add new" under the new "Portfolio" menu item to add your first Portfolio entry. Simply add your images and content just like you already know how to do with posts and publish. Add a few more entries to build your portfolio archive and show off your work in an attractive grid.
== Installation ==
Download the latest version of the Genesis Portfolio plugin and upload as a new plugin within your WordPress dashboard or via FTP to the wp-content/plugins folder and then activate the plugin.
== Frequently Asked Questions ==
= What can I customize in the portfolio? =
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.
== Changelog ==
= 1.3 =
= 1.2.4 =
= 1.2.3 =
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
.= 1.2.2 =
= 1.2.1 =
= 1.2.0 =
alt
and itemprop
attributes.= 1.1 =
= 1.0.1 =
= 1.0 =
== Upgrade Notice ==
= 1.1 =
Portfolio-Type term meta layout setting now working. If this was changed for a term it will take effect on upgrade. Users should check their portfolio-type archives to ensure the desired layout is displayed.
= 1.0 = Plugin was added to the WordPress.org repo. Users should update to ensure they have the latest code.