| bio | website | copterlabs.com |
|---|---|---|
| location | Portland, OR | |
| age | 27 | |
| visits | member for | 1 year, 4 months |
| seen | May 15 at 18:14 | |
| stats | profile views | 10 |
|
Jan 1 |
answered | General Setting Allow Multiple Email Notification |
|
Jan 1 |
answered | matisse theme show excerpts not whole content |
|
Jan 1 |
comment |
apply_filters() and the_excerpt are giving unexpected results Thanks for the link. I knew I could set up an additional loop, but it seems like overkill. My solution was adding a filter. I see it as a little elbow grease now for a lot less code later. |
|
Jan 1 |
answered | apply_filters() and the_excerpt are giving unexpected results |
|
Dec 31 |
comment |
apply_filters() and the_excerpt are giving unexpected results From the Codex entry on the_excerpt: "it will display an automatic excerpt which refers to the first 55 words of the post's content."
I'm looking to mimic that behavior outside of the loop. |
|
Dec 31 |
comment |
apply_filters() and the_excerpt are giving unexpected results That returns blank if no excerpt was entered for the post. I need to mimic the actions of get_the_excerpt() (creating an excerpt if none exists). |
|
Dec 31 |
comment |
apply_filters() and the_excerpt are giving unexpected results Sorry, that's what I meant. Thanks for clarifying. |
|
Dec 31 |
asked | apply_filters() and the_excerpt are giving unexpected results |