Results 1 to 5 of 5

Thread: remove filter excerpt_length

  1. #1
    Thread Starter
    tradeamillion's Avatar
    Join Date
    Mar 2012
    Location
    New York
    Posts
    1,076
    Thanks
    82
    Thanked 12 Times in 12 Posts

    remove filter excerpt_length

    trying to upgrade the length of characters for blog post excerpt
    found that function but did n t work for me

    what are those 2 values referring too?
    after_setup_theme
    vantage_child_setup

    ---

    add_action( 'after_setup_theme', 'vantage_child_setup' );
    function vantage_child_setup(){
    remove_filter( 'excerpt_length', 'va_excerpt_length' );
    add_filter( 'excerpt_length', 'va_child_excerpt_length' );
    }
    function va_child_excerpt_length() {
    return 200;
    }
    Computers are incredibly fast, accurate, and stupid: humans are incredibly slow, inaccurate and brilliant; together they are powerful beyond imagination.

  2. #2
    dimitris's Avatar
    Join Date
    Oct 2011
    Location
    Earth
    Posts
    20,617
    Thanks
    222
    Thanked 1,873 Times in 1,770 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    Thread Starter
    tradeamillion's Avatar
    Join Date
    Mar 2012
    Location
    New York
    Posts
    1,076
    Thanks
    82
    Thanked 12 Times in 12 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Computers are incredibly fast, accurate, and stupid: humans are incredibly slow, inaccurate and brilliant; together they are powerful beyond imagination.

  4. #4
    dimitris's Avatar
    Join Date
    Oct 2011
    Location
    Earth
    Posts
    20,617
    Thanks
    222
    Thanked 1,873 Times in 1,770 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  5. #5
    Thread Starter
    tradeamillion's Avatar
    Join Date
    Mar 2012
    Location
    New York
    Posts
    1,076
    Thanks
    82
    Thanked 12 Times in 12 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Computers are incredibly fast, accurate, and stupid: humans are incredibly slow, inaccurate and brilliant; together they are powerful beyond imagination.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Remove filter by salary in widgetfilter
    By leciel in forum Help Using JobRoller
    Replies: 2
    Last Post: December 9th, 2013, 08:48 AM
  2. Remove filter by salary in widgetfilter
    By leciel in forum Flux
    Replies: 1
    Last Post: December 5th, 2013, 10:03 AM
  3. Replies: 1
    Last Post: April 29th, 2013, 06:10 PM
  4. Filter by Location in Sidebar Filter
    By uzzicreative in forum JobRoller General Discussion
    Replies: 1
    Last Post: July 10th, 2011, 07:20 PM
  5. How to remove filter form from front page
    By chlpp in forum JobRoller General Discussion
    Replies: 3
    Last Post: April 3rd, 2011, 05:45 PM