Recommend me a feautured content slide show

Discussion in 'WordPress' started by JackL00711, Feb 15, 2010.

  1. #1
    I need a plug-in for a featured content slide that is easy to use. thanks
     
    JackL00711, Feb 15, 2010 IP
  2. coolfriend

    coolfriend Peon

    Messages:
    391
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I recommend Featurific - Its a Wordpress plugin that displays featured items, in a beautiful and professional flash gallery. Its also available for free for both Wordpress and Non-Wordpress Users. Give it a try!
     
    coolfriend, Feb 15, 2010 IP
  3. JackL00711

    JackL00711 Member

    Messages:
    597
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    35
    #3
    will do thanks !
     
    JackL00711, Feb 15, 2010 IP
  4. theivo

    theivo Well-Known Member

    Messages:
    238
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    105
    #4
    maybe a little offtopic but...
    is there any working solution for PAGES ? not only for posts
     
    theivo, Feb 16, 2010 IP
  5. coolfriend

    coolfriend Peon

    Messages:
    391
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Smooth slider - a wordpress plugin which is seo friendly also - allows pages and posts too.
     
    coolfriend, Feb 16, 2010 IP
  6. theivo

    theivo Well-Known Member

    Messages:
    238
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    105
    #6
    thanks, turnbacktogod, will check it :)
     
    theivo, Feb 16, 2010 IP
  7. JackL00711

    JackL00711 Member

    Messages:
    597
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    35
    #7
    Thanx me too !!! :D
     
    JackL00711, Feb 16, 2010 IP
  8. JackL00711

    JackL00711 Member

    Messages:
    597
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    35
    #8
    how do i get this to show on my site, i have chosen which posts and everything but the slider is not showing.
     
    JackL00711, Feb 16, 2010 IP
  9. coolfriend

    coolfriend Peon

    Messages:
    391
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #9
    If you want the slideshow with all the added featured posts on your home page, then open Index.php file from Dashboard by clicking on Tab Appearance / Editor and paste the following piece of code at the suitable place.

    if ( function_exists( 'get_smooth_slider' ) ) { get_smooth_slider(); }

    If you want to put the slider before the list of articles on your Wordpress blog homepage, put the above piece of code before the Wordpress Loop (the code is a php code, so ensure that it is enclosed within the php tags). Wordpress loop code is shown below:

    if(have_posts()) : while(have_posts()) : the_post();

    --------------------------------------------------------
    Hope it will show up now at your site !
     
    coolfriend, Feb 16, 2010 IP
    theivo likes this.
  10. theivo

    theivo Well-Known Member

    Messages:
    238
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    105
    #10
    JackL00711, thanks for the good topic :)
     
    theivo, Feb 16, 2010 IP
  11. Lloydblogger

    Lloydblogger Well-Known Member

    Messages:
    597
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    110
    #11
    You can use cooliris. it is good too for slideshow picture.
     
    Lloydblogger, Feb 16, 2010 IP