开发者 |
daveshine
deckerweb |
---|---|
更新时间 | 2019年2月22日 06:23 |
捐献地址: | 去捐款 |
PHP版本: | 3.3 及以上 |
WordPress版本: | 5.1 |
版权: | GPL-2.0+ |
版权网址: | 版权信息 |
/edd/
folder and customize these copies as much as you like. You can also create your own taxonomy-{taxonomy}.php
and taxonomy-{taxonomy}-{term}.php
templates in the same location and this plugin will find them and use them to display your website's Download Category and Download Tag archives. See the Template Hierarchy to learn more about naming requirements for taxonomy templates.
Additionally, the plugin adds full support for the Genesis SEO Settings, inpost metaboxes for Layout Settings plus plugin support for "Genesis Simple Sidebars" as well as "Genesis Simple Menus". Further, two additional (shortcode aware) sidebars are provided for the use on top of the Downloads Archives page and for Single Download pages. Further, breadcrumbs display and post meta info is tweaked for optimized usage.
Please note: This connect plugin is not required for Genesis & Easy Digital Downloads users but makes life a lot easier!
Plugin support from the ecosystem
genesis-connect-edd.pot
) for translators is also always included :)genesis-connect-edd
folder to the /wp-content/plugins/
directory -- or just upload the ZIP package via 'Plugins > Add New > Upload' in your WP Admin/wp-content/languages/genesis-connect-edd/
(just create this folder) - This enables you to use fully custom translations that won't be overridden on plugin updates. Also, complete custom English wording is possible with that, just use a language file like genesis-connect-edd-en_US.mo/.po
to achieve that (for creating one see the tools on "Other Notes").Yes, this plugin works really fine with the latest WordPress branch 3.5, plus the upcoming 3.6; it should also work fine with legacy branches 3.3 and 3.4. And sorry, it DOES NOT work with older WordPress versions so please update your install if you haven't done yet :).
(1) Best practice for making an existing child theme compatible: In your child theme just create an folder named /edd/
and copy the template files from this plugins "template" folder into it. Then customize these copies as much as you like (some skills with Genesis & WordPress hooks and filters are strongly recommended...). You can also create your own taxonomy-{taxonomy}.php
and taxonomy-{taxonomy}-{term}.php
templates in the same location and this plugin will find them and use them to display your website's Download Category and Download Tag archives. See the Template Hierarchy to learn more about naming requirements for taxonomy templates.
(2) Developers can also use the child theme root folder and package their native templates their. My integration plugin supports the root folder from version 1.1.0+ on!
Only the 'Download' post type!
download
-- plus taxonomies: download_category
and download_tag
edd_download
-- plus taxonomies; edd_download_category
and 'edd_download_tag`