{"id":32504,"date":"2014-10-28T23:16:44","date_gmt":"2014-10-28T23:16:44","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/generous\/"},"modified":"2015-03-30T20:19:49","modified_gmt":"2015-03-30T20:19:49","slug":"generous","status":"closed","type":"plugin","link":"https:\/\/et.wordpress.org\/plugins\/generous\/","author":14101063,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"0.1.3","stable_tag":"0.1.3","tested":"4.0.38","requires":"3.8","requires_php":"","requires_plugins":"","header_name":"Generous","header_author":"Generous","header_description":"","assets_banners_color":"","last_updated":"2015-03-30 20:19:49","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/github.com\/generous\/generous-wordpress","header_author_uri":"https:\/\/genero.us","rating":0,"author_block_rating":0,"active_installs":0,"downloads":974,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.1.0","0.1.1","0.1.2","0.1.3"],"block_files":[],"assets_screenshots":[],"screenshots":[]},"plugin_section":[],"plugin_tags":[888,282,2256,31804,611],"plugin_category":[45],"plugin_contributors":[129954,129955],"plugin_business_model":[],"class_list":["post-32504","plugin","type-plugin","status-closed","hentry","plugin_tags-e-commerce","plugin_tags-ecommerce","plugin_tags-generous","plugin_tags-pay-what-you-want","plugin_tags-slider","plugin_category-ecommerce","plugin_contributors-generous-1","plugin_contributors-matthewgovaere","plugin_committers-generous-1"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/generous.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>The official <a href=\"https:\/\/genero.us\">Generous<\/a> plugin that allows you to easily generate a store.<\/p>\n\n<p><em>Requires a <a href=\"https:\/\/genero.us\">Generous<\/a> account.<\/em><\/p>\n\n<h3>Usage<\/h3>\n\n<h4>Settings<\/h4>\n\n<p>Within the plugin settings page, specify your Generous username, the permalink where the store should generate, and save.<\/p>\n\n<h4>Shortcodes<\/h4>\n\n<p>Display Generous content from a Wordpress post or page.<\/p>\n\n<ul>\n<li><code>[generous store]<\/code> Outputs a store<\/li>\n<li><code>[generous categories]<\/code> Outputs a list of categories<\/li>\n<li><code>[generous category=id]<\/code> Outputs slider of the specified category<\/li>\n<\/ul>\n\n<h4>Templates<\/h4>\n\n<p>To modify the templates, create a folder called <code>generous-templates<\/code> within your theme, and copy over the templates that you'd like to customize.<\/p>\n\n<p><em>Pages<\/em><\/p>\n\n<ul>\n<li><code>page-default.php<\/code> Displays a list of categories, and sliders of the featured category<\/li>\n<li><code>page-category.php<\/code> A page of sliders of a specified category<\/li>\n<li><code>page-slider.php<\/code> A page of an individual slider<\/li>\n<\/ul>\n\n<p><em>Shortcodes<\/em><\/p>\n\n<ul>\n<li><code>shortcode-categories.php<\/code> [generous categories]<\/li>\n<li><code>shortcode-category.php<\/code> [generous category=id]<\/li>\n<li><code>shortcode-store.php<\/code> [generous store]<\/li>\n<\/ul>\n\n<p><em>Partials<\/em><\/p>\n\n<ul>\n<li><code>partials\/categories-item.php<\/code> The category item <em>(Used by: shortcode-categories.php)<\/em><\/li>\n<li><code>partials\/slider-item.php<\/code> The category item <em>(Used by: page-default.php, page-category.php, shortcode-category.php)<\/em><\/li>\n<li><code>partials\/slider.php<\/code> The single slider item <em>(Used by: page-slider.php)<\/em><\/li>\n<\/ul>\n\n<h4>Filters<\/h4>\n\n<p>Filters allow you to output requested data within your templates.<\/p>\n\n<p><em>slider-item.php<\/em><\/p>\n\n<ul>\n<li><code>[slider_id]<\/code> The ID of the slider<\/li>\n<li><code>[title]<\/code> Title<\/li>\n<li><code>[cover_photo]<\/code> Cover photo<\/li>\n<li><code>[additional_info]<\/code> Description<\/li>\n<li><code>[suggested_price]<\/code> Suggested price decimal - <em>(10.00)<\/em><\/li>\n<li><code>[suggested_price_whole]<\/code> Suggested price whole - <em>(10)<\/em><\/li>\n<li><code>[minimum_price]<\/code> Minimum price decimal - <em>(10.00)<\/em><\/li>\n<li><code>[minimum_price_whole]<\/code> Minimum price whole - <em>(10)<\/em><\/li>\n<li><code>[currency_symbol]<\/code> Currency symbol - <em>($)<\/em><\/li>\n<li><code>[charity_percentage]<\/code> Percentage going to charity<\/li>\n<li><code>[item_total]<\/code> Total number of items<\/li>\n<li><code>[item_total_label]<\/code> Item label - <em>(Items or Item)<\/em><\/li>\n<li><code>[short_url]<\/code> Short url<\/li>\n<li><code>[button_slider_overlay]<\/code> Link that generates overlay<\/li>\n<\/ul>\n\n<p><em>category-item.php<\/em><\/p>\n\n<ul>\n<li><code>[title]<\/code> - Title<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Copy or upload the <code>generous<\/code> plugin folder into your <code>wp-content\/plugins<\/code> directory.<\/li>\n<li>Activate the Generous plugin via the plugins admin page.<\/li>\n<\/ol>\n\n<!--section=changelog-->\n<h4>0.1.3<\/h4>\n\n<ul>\n<li>Added initial support for the cart.<\/li>\n<\/ul>\n\n<h4>0.1.2<\/h4>\n\n<ul>\n<li>Fixed a minor bug on the_posts hook.<\/li>\n<\/ul>\n\n<h4>0.1.1<\/h4>\n\n<ul>\n<li>Added https support to generous.js script.<\/li>\n<\/ul>\n\n<h4>0.1.0<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<\/ul>","raw_excerpt":"The official Generous plugin that allows you to easily generate a store.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/et.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/32504","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/et.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/et.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/et.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=32504"}],"author":[{"embeddable":true,"href":"https:\/\/et.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/generous-1"}],"wp:attachment":[{"href":"https:\/\/et.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=32504"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/et.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=32504"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/et.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=32504"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/et.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=32504"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/et.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=32504"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/et.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=32504"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}