Results 1 to 9 of 9

Thread: Incease maximum # of Sticky Featured

  1. #1
    Thread Starter
    Veteran doctorcilantro's Avatar
    Join Date
    Oct 2010
    Location
    Saudi Arabia
    Posts
    759
    Thanks
    2
    Thanked 26 Times in 16 Posts

    Incease maximum # of Sticky Featured

    Plugin Name: SM Sticky Featured Widget
    Plugin URI: SM Sticky Featured Widget-Sethmatics WebDev
    Description: A tiny but high in demand widget to post sticky or "featured" posts into any widget area complient with ClassiPress.
    Author: Seth Carstens
    Version: 1.1.0
    Author URI: Business Website Designs and Wordpress in Arizona | Sethmatics

    /* User-selected settings. */
    //title
    $title = apply_filters('widget_title', $instance['title'] );
    //number of posts (if never saved, defaults to 5
    if ( !$number = (int) $instance['number'] ) $number = 5;
    else if ( $number < 1 ) $number = 1;
    else if ( $number > 15 ) $number = 15;
    /* User-selected settings. */
    //title
    $title = apply_filters('widget_title', $instance['title'] );
    //number of posts (if never saved, defaults to 5
    if ( !$number = (int) $instance['number'] ) $number = 5;
    else if ( $number < 1 ) $number = 1;
    else if ( $number > 15 ) $number = max#;
    Then when you set your max in the widget controls, it will work.

  2. The Following 2 Users Say Thank You to doctorcilantro For This Useful Post:

    Fanatic (February 27th, 2011), joniboy (February 28th, 2011)

  3. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,704
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  4. #3
    Veteran Fanatic's Avatar
    Join Date
    Jul 2010
    Location
    Canada
    Posts
    885
    Thanks
    309
    Thanked 57 Times in 51 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  5. #4
    Thread Starter
    Veteran doctorcilantro's Avatar
    Join Date
    Oct 2010
    Location
    Saudi Arabia
    Posts
    759
    Thanks
    2
    Thanked 26 Times in 16 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  6. #5
    Member destacamos's Avatar
    Join Date
    Jan 2011
    Location
    Spain
    Posts
    57
    Thanks
    45
    Thanked 2 Times in 2 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  7. #6
    Senior Member fraservalley's Avatar
    Join Date
    May 2011
    Location
    Canada
    Posts
    197
    Thanks
    11
    Thanked 47 Times in 30 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  8. The Following 5 Users Say Thank You to fraservalley For This Useful Post:

    destacamos (July 13th, 2011), Leigh (September 5th, 2011), mrbecker (August 29th, 2011), quim (July 16th, 2011), sanook (July 15th, 2011)

  9. #7
    Senior Member sanook's Avatar
    Join Date
    Mar 2011
    Location
    Thailand
    Posts
    162
    Thanks
    28
    Thanked 15 Times in 12 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Feel free to have a look at my creation: MarketplaceThailand.com

  10. #8
    Senior Member fraservalley's Avatar
    Join Date
    May 2011
    Location
    Canada
    Posts
    197
    Thanks
    11
    Thanked 47 Times in 30 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  11. The Following 2 Users Say Thank You to fraservalley For This Useful Post:

    amelie (September 5th, 2011), sanook (July 15th, 2011)

  12. #9
    Senior Member sanook's Avatar
    Join Date
    Mar 2011
    Location
    Thailand
    Posts
    162
    Thanks
    28
    Thanked 15 Times in 12 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Feel free to have a look at my creation: MarketplaceThailand.com

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Featured Ad (sticky)
    By massimorufo in forum Report ClassiPress Bugs
    Replies: 4
    Last Post: December 12th, 2010, 02:25 PM
  2. Show ads on all non-sticky (featured ads) pages
    By mlepisto in forum ClassiPress General Discussion
    Replies: 1
    Last Post: July 1st, 2010, 03:51 AM
  3. Ad is Showing up in FEATURED Ads and it is NOT Sticky
    By mfreund in forum Help Using ClassiPress
    Replies: 4
    Last Post: June 11th, 2010, 10:19 PM
  4. No Featured Ads.. but Sticky?
    By mrfraz in forum Help Using ClassiPress
    Replies: 2
    Last Post: April 4th, 2010, 06:28 PM