Results 1 to 2 of 2

Thread: How to change limit excerpt in Blog page

  1. #1
    Thread Starter
    Expired Customer piotroq's Avatar
    Join Date
    Dec 2018
    Posts
    12
    Thanks
    0
    Thanked 1 Time in 1 Post

    How to change limit excerpt in Blog page

    Hello,

    How can i change number limit the character length in excerpt in Blog page?

    I try use:
    PHP Code:
    function custom_excerpt_length$length ) {
            return 
    20;
        }
        
    add_filter'excerpt_length''custom_excerpt_length'999 ); 
    And not work for me.

    How to change?

    Best regards

  2. #2
    Junior Member wpclubz's Avatar
    Join Date
    Oct 2018
    Posts
    27
    Thanks
    2
    Thanked 3 Times in 3 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. MyDentity Blog Page Excerpt
    By lewisslewis in forum Mydentity
    Replies: 1
    Last Post: January 7th, 2014, 03:35 AM
  2. How to Limit Blog Post Number in Blog first Page
    By apnardeal in forum WordPress General Discussion
    Replies: 2
    Last Post: July 8th, 2013, 11:28 PM
  3. [SOLVED] Limit Blog Post Number in Blog first Page
    By apnardeal in forum Help Using ClassiPress
    Replies: 4
    Last Post: June 19th, 2013, 09:44 AM
  4. [SOLVED] How can I make the blog page show an excerpt instead of displaying the content
    By kevin in forum Help Using Vantage (Legacy)
    Replies: 3
    Last Post: June 5th, 2013, 02:00 AM
  5. Limit list of blog posts shown on blog page
    By flash in forum ClassiPress General Discussion
    Replies: 3
    Last Post: August 6th, 2010, 10:29 AM