Changeset 984609
- Timestamp:
- 09/08/2014 06:36:19 PM (12 years ago)
- File:
-
- 1 edited
-
freefolio/trunk/README.txt (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
freefolio/trunk/README.txt
r984593 r984609 1 1 === Freefolio === 2 Contributors: mattsimo, chriswallace, andrewtaylor-1, andrew.taylor,upthemes2 Contributors: mattsimo, chriswallace, andrewtaylor-1, upthemes 3 3 Donate link: https://upthemes.com/themes/creative/ 4 4 Tags: portfolio,dribbble,post types 5 5 Requires at least: 3.8 6 6 Tested up to: 4.0 7 Stable tag: 1. 0.07 Stable tag: 1.1.0 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 35 35 4. Activate the plugin on the Plugin dashboard 36 36 5. Visit `General > Writing` settings and enable the `Portfolio Projects` option. 37 6. Add your dribbble username in the appropriate settings field. 37 6. Visit `Tools > Dribbble Importer` 38 7. Add your dribbble username in the appropriate settings field. 39 8. Click the "Import Shots From Dribbble" button 40 9. Wait for the import to finish - it may take up to 15 minutes for all shots to be imported 41 10. Visit `Portfolio` to see the imported items 38 42 39 43 = Uploading in WordPress Dashboard = … … 45 49 5. Activate the plugin in the Plugin dashboard 46 50 6. Visit `General > Writing` settings and enable the `Portfolio Projects` option. 47 7. Add your dribbble username in the appropriate settings field. 51 7. Visit `Tools > Dribbble Importer` 52 8. Add your dribbble username in the appropriate settings field. 53 9. Click the "Import Shots From Dribbble" button 54 10. Wait for the import to finish - it may take up to 15 minutes for all shots to be imported 55 11. Visit `Portfolio` to see the imported items 48 56 49 57 = Using FTP = … … 54 62 4. Activate the plugin in the Plugin dashboard 55 63 5. Visit `General > Writing` settings and enable the `Portfolio Projects` option. 56 6. Add your dribbble username in the appropriate settings field. 64 6. Visit `Tools > Dribbble Importer` 65 7. Add your dribbble username in the appropriate settings field. 66 8. Click the "Import Shots From Dribbble" button 67 9. Wait for the import to finish - it may take up to 15 minutes for all shots to be imported 68 10. Visit `Portfolio` to see the imported items 57 69 58 70 == Frequently Asked Questions == … … 60 72 = How does the Dribbble importer work? = 61 73 62 The plugin sets a transient that expires every hour. It will check against this transient to see if it should look atyour dribbble feed and see if it needs to import any posts.74 When the import button is clicked the plugin will work in the background to read your dribbble feed and see if it needs to import any posts. 63 75 64 76 If it does, it will create `jetpack-portfolio` posts for items that don't exist. It will also create two post meta key/values: … … 82 94 83 95 [portfolio display_types=true display_tags=false include_type=ui-design,app-design columns=3 showposts=10] 96 97 == Changelog == 98 99 = 1.1.0 = 100 * Updated Dribbble importer to use v1 of the Dribbble API 101 102 = 1.0.0 = 103 * Initial release
Note: See TracChangeset
for help on using the changeset viewer.