How to display first 100 character
-
Hi all,
I would like to know, how to display first 100 character for my post under category
Should i use.
The_content or The_content_limit or The_excerpt
I already tried following coding:
1.
<?php the_content(__(‘Read more’, ‘studiopress’));?>
It show all of the content form my post2.<?php the_content_limit(100, “”); ?>
It show first 100 character correctly but without my thumbnailMy blog:
https://www.happychinesenewyear.net/category/cny-song/Appreciate for you help, thank you in advanced
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to display first 100 character’ is closed to new replies.