Changeset 204206
- Timestamp:
- 02/11/2010 02:20:38 PM (16 years ago)
- Location:
- magazine-edition-control
- Files:
-
- 1 deleted
- 1 edited
-
tags/1 (deleted)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
magazine-edition-control/trunk/readme.txt
r203961 r204206 11 11 == Description == 12 12 13 Control the editions of your magazine. Easy and with no expesive software. 13 Magazine edition control is a Wordpress addin that controls your magazine editions. 14 15 You can add: 16 17 1. The title of the edition you published 18 2. A description of the edition 19 3. Links to any content on your Wordpress installation 20 21 Over time you have an extended index of all your published magazine editions on your website with no requirement of expensive software. 14 22 15 23 == Installation == 16 24 17 Use the "echo magazineditions_picturebook()" API in your templates to display a list of images. It will create a list of images set by your "URL of edition front" settings which points to the editions page. 25 **The private part of the installation.** 26 27 1. Upload the magazine-edition-control folder to the `/wp-content/plugins/` directory. Be sure its named magazine-edition-control 28 2. Activate the plugin through the 'Plugins' menu in WordPress. 29 3. Place `<?php echo magazineditions_picturebook() ?>` in your template. 30 31 Use the magazineditions_picturebook() API in your templates to display a list of images. It will create a list of images set by your "URL of edition front" settings which points to the editions page. 32 33 **The public part of the installation.** 18 34 19 35 The public part of the installation requires a bit of hacking, so insert the following code on a custom template page with the slug "editions": 36 37 <?php 20 38 21 39 // **************************** … … 48 66 49 67 echo resetencap(base64_decode($datum->uitgave_desc)); 68 69 ?> 50 70 51 71 // ****************************
Note: See TracChangeset
for help on using the changeset viewer.