Changeset 1210849
- Timestamp:
- 08/01/2015 09:20:23 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
custom-fields-csv-xml-importer/tags/1.0.1/readme.txt
r1210813 r1210849 46 46 * [PODS](https://wordpress.org/plugins/pods/). PODS is a free, simple, flexible and powerful CMS framework designed for high performance with large data sets. You can use PODS to extend content types with custom fields, or create custom content types of your own. PODS unleashes the power of Wordpress in creating highly customised and optimised CMS. 47 47 48 One of the distinct features of PODS is multiple select bi-directional relationship. Suppose you run an online store selling DVDs, and you have three custom post types ("movie", "star", "review"). Each movie has a few stars (actors and actresses) and a few reviews, each star appears in a few movies, and the reviewers write about a few movies. This is called many-to-many relationships. First, you set up the three custom content types with multiple select bi-directional fields in PODS. In the "movie" custom post type you choose stars from a list of stars, select reviews from a list of reviews, and save the post. The next step? There is no next step. It is done. Simple, intuitive, without coding, without flow chart, without middle steps. When your customers open the "movie" custom post, they will see the performing stars, and movie reviews. When they open the "star" custom posts, they will see the movies of the star. This feature is cool, isn't it? Especially this is achieved using a graphical user interface to set up fields and templates without any programming. It can even be done by people without programming experience. The code handling the relationships is written and optimised by professional programmers who maintain PODS. 48 One of the distinct features of PODS is multiple select bi-directional relationship. Suppose you run an online store selling DVDs, and you have three custom post types ("movie", "star", "review"). 49 50 * movie. Each movie has a few stars (actors and actresses) and a few reviews, 51 52 * star. Each star appears in a few movies, 53 54 * review. Each review corresponds to a movie. 55 56 This is called many-to-many relationships. 57 58 Here is how you do in PODS. First, you set up the three custom content types with multiple select bi-directional fields in PODS. In the "movie" custom post type you choose stars from a list of stars, select reviews from a list of reviews, and save the post. "The next step is?" There is no next step. It is done. Simple, intuitive, without coding, without flow chart, without middle steps. When your customers open the "movie" custom post, they will see the performing stars, and movie reviews. When they open the "star" custom posts, they will see the movies of the star. This feature is cool, isn't it? Especially this is achieved using a graphical user interface to set up fields and templates without any programming. It can even be done by people without programming experience. The framework codes handling the relationships and many other features are written and optimised by professional programmers who maintain PODS, available for free. 49 59 50 60 And PODS doesn't stop there. It enables you to extend custom content types created by other plugins, create and assign user roles, and create relationships to other content types, themes, database tables outside of Wordpress, and even network sites. With PODS you can create any relationships that you imagine. The combination is endless. 51 61 62 And better yet, PODS allows you to import pods fields settings, and migrate your field settings from other plugins. If you need to set up dozens or hundreds of custom content types and fields, you can simply edit the field settings in a text editor, and import it within a few minutes. 63 52 64 When we were developing the database solution for investment property analysis service, we researched and compared the database frameworks and found PODS offers the easiest user interface in managing relationships and yet still has the potential to mange huge database tables as user data grows. For more information please visit PODS website, or send an email to us for a free consultation. 53 65 … … 59 71 The free version of CIO Custom Fields Importer allows you to import to custom fields in custom posts created or extended with PODS. The pro version of CIO Custom Fields Importer enables you to import to ALL PODS content types (including PODS advanced content types), Wordpress builtin types, and content types (objects) created with other plugins, such as 60 72 61 * Wordpress users (importing meta fields and assigning role by each use sr)73 * Wordpress users (importing meta fields and assigning role by each user) 62 74 63 75 * WooCommerce customers with meta fields … … 137 149 * Support multisites 138 150 139 * Resolve duplicate field name issues.140 141 151 * Priority support. 142 152 143 153 CIO Custom Fields Importer Professional Edition comes with 144 154 145 * unlimited site license, you can use it on as many websites as you like, either owned by you or your clients. 146 147 * life time free support to fee-paying customers 148 149 * life time free upgrade, and 30 day money back guarantee. 155 * unlimited site license. you can use it on as many websites as you like, either owned by you or your clients, or your neighbors, or your friends. 156 157 * life time free support, if you have paid an one-off fee to upgrade to professional edition 158 159 * life time free upgrade, if you have paid an one-off fee to upgrade to professional edition 160 161 * 30 day money back guarantee. no questions to ask. 150 162 151 163 * ongoing maintenance. Our team of professional programmers use it to develop high performance database solutions, and will maintain it to be compatible with new versions of Wordpress, PODS and WP All Import.
Note: See TracChangeset
for help on using the changeset viewer.