Title and excerpt length with lines count
-
Hi,
I want to display post in box. The thing is that i want to do so:
I need to check if title fits to div width and how much lines does it have:If title fits to 1 line -> show content_excerpt max 7 lines (if longer add “…” at end.
If title fits to 2 lines -> show content_excerpt max 6 lines (if longer add “…” at end.
If title fits to 3 lines -> show content_excerpt max 5 lines (if longer add “…” at end.
If title fits to 4 lines or more -> add “…” to the end and limit it to 3 lines + show content_excerpt max 5 lines (if longer add “…” at end.)Any thoughts how to make it work?
Tried with php and strlen, but it’s not bulletproof and the solution to count lines would be much better.
Thanks,
Marius
- The topic ‘Title and excerpt length with lines count’ is closed to new replies.