Plugin Directory

Changeset 445796


Ignore:
Timestamp:
09/30/2011 05:41:11 PM (15 years ago)
Author:
3dolab
Message:

1.4 readme

Location:
combo-slideshow
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • combo-slideshow/tags/1.4/combo-slideshow.php

    r445778 r445796  
    4646        $this -> add_filter('mce_external_plugins');
    4747        $this -> add_filter( 'the_content', 'auto_combo_slider' );
    48         //$this -> add_filter('the_content');
    4948        // $this -> add_theme_support('post-thumbnails');
    5049
     
    5453        if ( ( ( is_home() || is_front_page() ) && $this -> get_option('wpns_home') == 'Y' ) || $this -> get_option('wpns_auto') == 'Y' ){
    5554          $comboslidercode = $this -> show_combo_slider();
    56           //return $content.$nivoslidercode;
    5755        } elseif ( ( ( is_home() || is_front_page() ) && $this -> get_option('wpns_home') == 'C' ) || $this -> get_option('wpns_auto') == 'C' ){
    5856          //$slides = $this -> Slide -> find_all(null, null, array('order', "ASC"), $this -> get_option('postlimit'));
  • combo-slideshow/tags/1.4/readme.txt

    r445794 r445796  
    5353
    5454= 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 any value
     55Make 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
    5656
    5757= What if I only want captions on some of my pages =
  • combo-slideshow/trunk/combo-slideshow.php

    r445778 r445796  
    4646        $this -> add_filter('mce_external_plugins');
    4747        $this -> add_filter( 'the_content', 'auto_combo_slider' );
    48         //$this -> add_filter('the_content');
    4948        // $this -> add_theme_support('post-thumbnails');
    5049
  • combo-slideshow/trunk/readme.txt

    r445795 r445796  
    5050
    5151= 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.
     52Enable it in the plugin settings. Make sure that a post thumbnail is set in each post.
    5353
    5454= How Can I insert a custom slideshow in my content? =
Note: See TracChangeset for help on using the changeset viewer.