Plugin Directory

Changeset 171583


Ignore:
Timestamp:
11/08/2009 11:45:31 PM (16 years ago)
Author:
jeff_
Message:

readme.txt changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • frontpage-slideshow/trunk/readme.txt

    r171580 r171583  
    9191There are 2 ways to use this plugin:
    9292
    93 * If you are using a static page as the front-page, use the front-page mode
     931. If you are using a static page as the front-page, use the front-page mode
    9494      With this mode, the slideshow will be automatically added in top of the front-page content, before all other content. You don't have anything else to do.
    95 * If you are not using a static page as the front-page, use the shortcode mode
     951. If you are not using a static page as the front-page, use the shortcode mode
    9696      With this mode, you got to put a shortcode (like [FrontpageSlideshow]) where you want the slideshow to be displayed :
    97           * Somewhere into your posts content
    98           * Somewhere into some sidebar text-box
    99           * Everywhere else into the pages by inserting the following code snippet into your theme's .php files where you want the slideshow to be displayed:
     97    2. Somewhere into your posts content
     98    2. Somewhere into some sidebar text-box
     99    2. Everywhere else into the pages by inserting the following code snippet into your theme's .php files where you want the slideshow to be displayed:
    100100
    101             `<?php
    102             // added by <yourname> in order to add the slideshow using the frontpage-slideshow plugin
    103             echo do_shortcode('[FrontpageSlideshow]');
    104             ?>`
    105 
     101`<?php
     102// added by <yourname> in order to add the slideshow using the frontpage-slideshow plugin
     103echo do_shortcode('[FrontpageSlideshow]');
     104?>`
    106105
    107106Note that this plugin is using the Wordpress API In order to include its needed Javascript files. Some other plugins or themes that are not using that API could mess up with this plugin.
     
    113112= In case of trouble: =
    114113
    115     * Make sure you have read the "How to use": http://wordpress.org/extend/plugins/frontpage-slideshow/other_notes/
    116     * Read this page: http://wordpress.org/support/topic/322689
    117     * Look at the other support questions there: http://wordpress.org/tags/frontpage-slideshow
    118     * If you want to post a support question, create a new topic by using this link: http://wordpress.org/tags/frontpage-slideshow#postform
     114* Make sure you have read the "How to use": http://wordpress.org/extend/plugins/frontpage-slideshow/other_notes/
     115* Read this page: http://wordpress.org/support/topic/322689
     116* Look at the other support questions there: http://wordpress.org/tags/frontpage-slideshow
     117* If you want to post a support question, create a new topic by using this link: http://wordpress.org/tags/frontpage-slideshow#postform
    119118
    120119= Plugin unique ID =
Note: See TracChangeset for help on using the changeset viewer.