Changeset 445796
- Timestamp:
- 09/30/2011 05:41:11 PM (15 years ago)
- Location:
- combo-slideshow
- Files:
-
- 4 edited
-
tags/1.4/combo-slideshow.php (modified) (2 diffs)
-
tags/1.4/readme.txt (modified) (1 diff)
-
trunk/combo-slideshow.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
combo-slideshow/tags/1.4/combo-slideshow.php
r445778 r445796 46 46 $this -> add_filter('mce_external_plugins'); 47 47 $this -> add_filter( 'the_content', 'auto_combo_slider' ); 48 //$this -> add_filter('the_content');49 48 // $this -> add_theme_support('post-thumbnails'); 50 49 … … 54 53 if ( ( ( is_home() || is_front_page() ) && $this -> get_option('wpns_home') == 'Y' ) || $this -> get_option('wpns_auto') == 'Y' ){ 55 54 $comboslidercode = $this -> show_combo_slider(); 56 //return $content.$nivoslidercode;57 55 } elseif ( ( ( is_home() || is_front_page() ) && $this -> get_option('wpns_home') == 'C' ) || $this -> get_option('wpns_auto') == 'C' ){ 58 56 //$slides = $this -> Slide -> find_all(null, null, array('order', "ASC"), $this -> get_option('postlimit')); -
combo-slideshow/tags/1.4/readme.txt
r445794 r445796 53 53 54 54 = How Can I insert a custom slideshow in my content? = 55 Make sure that a post thumbnail is set in each post. Use the shortcode or the manual function with the `custom` parameter set to anyvalue55 Make sure that a post thumbnail is set in each post. Use the shortcode or the manual function with the `custom` parameter set to wathever value 56 56 57 57 = What if I only want captions on some of my pages = -
combo-slideshow/trunk/combo-slideshow.php
r445778 r445796 46 46 $this -> add_filter('mce_external_plugins'); 47 47 $this -> add_filter( 'the_content', 'auto_combo_slider' ); 48 //$this -> add_filter('the_content');49 48 // $this -> add_theme_support('post-thumbnails'); 50 49 -
combo-slideshow/trunk/readme.txt
r445795 r445796 50 50 51 51 = How Can I auto insert a blog posts (or custom) slideshow in my home or single post/page? = 52 Enable it in the plugin settings and make sure that a post thumbnail is set in each post.52 Enable it in the plugin settings. Make sure that a post thumbnail is set in each post. 53 53 54 54 = How Can I insert a custom slideshow in my content? =
Note: See TracChangeset
for help on using the changeset viewer.