Changeset 171583
- Timestamp:
- 11/08/2009 11:45:31 PM (16 years ago)
- File:
-
- 1 edited
-
frontpage-slideshow/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
frontpage-slideshow/trunk/readme.txt
r171580 r171583 91 91 There are 2 ways to use this plugin: 92 92 93 *If you are using a static page as the front-page, use the front-page mode93 1. If you are using a static page as the front-page, use the front-page mode 94 94 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 mode95 1. If you are not using a static page as the front-page, use the shortcode mode 96 96 With this mode, you got to put a shortcode (like [FrontpageSlideshow]) where you want the slideshow to be displayed : 97 *Somewhere into your posts content98 *Somewhere into some sidebar text-box99 *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: 100 100 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 103 echo do_shortcode('[FrontpageSlideshow]'); 104 ?>` 106 105 107 106 Note 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. … … 113 112 = In case of trouble: = 114 113 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/322689117 * Look at the other support questions there: http://wordpress.org/tags/frontpage-slideshow118 * If you want to post a support question, create a new topic by using this link: http://wordpress.org/tags/frontpage-slideshow#postform114 * 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 119 118 120 119 = Plugin unique ID =
Note: See TracChangeset
for help on using the changeset viewer.