How do I truncate this PHP
How do I truncate this PHP
Out of context: Reply #3
- Started
- Last post
- 16 Responses
- Shaney0
if it's wordpress use
the_excerpt()
instead of
the_content()
and set the excerpt length in the admin panel
if it's wordpress use
the_excerpt()
instead of
the_content()
and set the excerpt length in the admin panel