Plugin Directory

Changeset 204206


Ignore:
Timestamp:
02/11/2010 02:20:38 PM (16 years ago)
Author:
erwinwolff
Message:

sync

Location:
magazine-edition-control
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • magazine-edition-control/trunk/readme.txt

    r203961 r204206  
    1111== Description ==
    1212
    13 Control the editions of your magazine. Easy and with no expesive software.
     13Magazine edition control is a Wordpress addin that controls your magazine editions.
     14
     15You can add:
     16
     171. The title of the edition you published
     182. A description of the edition
     193. Links to any content on your Wordpress installation
     20
     21Over time you have an extended index of all your published magazine editions on your website with no requirement of expensive software.
    1422
    1523== Installation ==
    1624
    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
     271. Upload the magazine-edition-control folder to the `/wp-content/plugins/` directory. Be sure its named magazine-edition-control
     282. Activate the plugin through the 'Plugins' menu in WordPress.
     293. Place `<?php echo magazineditions_picturebook() ?>` in your template.
     30
     31Use 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.**
    1834
    1935The 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
    2038
    2139// ****************************
     
    4866
    4967echo resetencap(base64_decode($datum->uitgave_desc));
     68
     69?>
    5070
    5171// ****************************
Note: See TracChangeset for help on using the changeset viewer.