• Home
  • Quick Start
    • Color Schemes
  • Documentation
    • Shortcodes
    • JaW Hooks
    • Screenshots of ThemeOptions
  • Tutorials
  • Forum
  • Contact
Log In

  • Home
  • Quick Start
    • Color Schemes
  • Documentation
    • Shortcodes
    • JaW Hooks
    • Screenshots of ThemeOptions
  • Tutorials
  • Forum
  • Contact

HomeCodePost excerpt shows less letters than is set.

Post excerpt shows less letters than is set.

  • admin
  • Posted in CodeTutorials
0
SHARES
SHARESHARESHARESHARE
SHARESHARE

This is matter of WordPress. In WordPress documentation you can find this words:

An auto-generated excerpt is trimmed down to a word-boundary and the default length is 55 words.

 

So how to enlarge that limitation?

Best practise

We can suggest you to do followed instruction in Child Theme

If you want to print longer excerpt, please add at the end of your function.php this code:

function jaw_custom_excerpt_length( $length ) {
    return 100;
}
add_filter( 'excerpt_length', 'jaw_custom_excerpt_length', 999 );

excerpt

Related Posts

menu-widget6
0 comments
CodeTutorials

How to add more Widget areas to menu.

install-t6
0 comments
Tutorials

How to set Custom Stock Ticker

install8
0 comments
Tutorials

How to set Custom Stock Widget

custom_banner (2)

How to Add Another Custom Banner

fixedInlineSidebar1

How to arange Fixed Inline sidebar

Related Posts

menu-widget6
0 comments
CodeTutorials

How to add more Widget areas to menu.

install-t6
0 comments
Tutorials

How to set Custom Stock Ticker

install8
0 comments
Tutorials

How to set Custom Stock Widget

mynews
0 comments
Tutorials

MyNews Feature

Tags

  • blog
  • excerpt
  • Was this Helpful ?
  • yes   no
Copyright © 2016 jawtemplates - WordPress Design Studio Disable responsivity