Tagged Questions
0
votes
1answer
44 views
How to hide <pre> and <table> content from auto-generated excerpts?
Auto-generated excerpts just take the first x characters from the post content and cut that off at a certain point.
When there is a table or pre element in that part, the excerpt looks rather useless ...
1
vote
1answer
189 views
buddypress: how do i make the group description excerpt shorter?
I set up a theme in buddypress and i want to have a teaser section for my groups on there. It works fine but i have a problem to shorten the group description...
I'm using it like this:
...
1
vote
2answers
141 views
Disabling automatic teasers
I have a custom theme that displays the excerpt:
$data = get_the_excerpt();
if ($data) echo "<div class='excerpt'>$data</div>";
if nothing is entered in the excerpt field in ...
4
votes
4answers
10k views
Twenty Eleven home page show only excerpt
I am using the brand new twenty eleven theme, my home page is set to show latest posts, but it displays the entire posts,
I want to only show the excerpts, not the entire content,
Here is the ...
0
votes
1answer
452 views
How to programmatically bring back “excerpts” field in post editor in WP 3.1+
My theme uses some custom options fields, like post excerpt, that were removed from the editor screen with WP 3.1
I understand and support the intent to clean up the content workspaces. However, as a ...