=== Plugin Name === Contributors: Tamael Donate link: there's nothing to donate Tags: csv, export, meta-tags Requires at least: 3.0.0 Tested up to: 3.2.1 Stable tag: trunk Contact-Export of Metainformation via .csv files == Description == This is a export plugin for the metainformation of every single post. You can select a category or search in the front panel and than you can download your choosen posts. For this Plugin is Flutter or Pods(perhaps in the future ;) ) very usefull. You can build a bridge between a wordpress CRM and Outlook, Thunderbird or other mail clients. But word for massmails are useful too. I'll try a Apache Camel integration as autmatic bridge between the systems next time. == Installation == 1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Place this code in index.php: `
value="ID; ?>" /> ID, "vorname", true); ?> ID, "nachname", true); ?> ID, "email", true); if ( $has_email == '' ) { echo ' '; } else { ?>ID, "email", true); } ?> ID, "telefon", true); ?> ` Important is, that you add this code, where the post are be generated. You have to modify that code for your wordpress installation!! 4. Add this code at single.php: `