>
Download This Plugin | |
Download Elegant Themes | |
Name | EDD Third Party and Blog Link |
Version | 1.0.1 |
Author | Thomas S. Butler |
Rating | 100 |
Last updated | 2014-09-04 11:26:00 |
Downloads |
153
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
EDD Third Party and Blog Link plugin added 1 bytes of resources to the Home page and 14 bytes of resources to the sample Post page.
EDD Third Party and Blog Link plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! EDD Third Party and Blog Link plugin ads no tables to your Wordpress blog database.This plugin requires Easy Digital Downloads. It allows you to add post meta data in Easy Digital Downloads to indicate a third party product as well as a link for more information. Also, it adds a checkbox to indicate if the download is available in the WordPress plugin repository.
Please Note: The plugin doesn't really do anything on it's own. It is for advanced users and does nothing on the front-end without writing your own custom code.
if(get_post_meta( $post_id, 'edd_third_party', true )) {
echo 'This item is from a third party.' ;
}
if(get_post_meta( $post_id, 'edd_wp_plugin', true )) {
echo 'This item can be downloaded from WordPress.' ;
}
if(get_post_meta( $post_id, 'edd_bloglink_url', true )) {
$bloglink = get_post_meta( $post_id, 'edd_bloglink_url', true );
echo `<a href="' .$bloglink. '" target="_blank">Click for Details </a>`;
}
For more examples and information visit the plugin's blog page: http://butlerconsulting.com/work/plugins/edd-thirdparty-bloglink/.
I was having some fun after upgrading to the pro version of Poedit so I attempted to add Spanish, German, French and Russian translations. I used Google translate and I'm curious to see how it turned out. Please let me know! If you'd like to contribute a translation or report on a poor translation attempt, please let me know on the support forums.