Twenty Twelve not displaying summary or manual posts excerpts
-
I’m having real difficulty displaying summarys for posts on the front page (blog roll).
I’ve tried adding the following to functions.phpfunction excerpt_read_more_link($output) { global $post; return $output . '<a href="'. get_permalink($post->ID) . '"> Read More...</a>'; } add_filter('the_excerpt', 'excerpt_read_more_link');
but to no avail.
- The topic ‘Twenty Twelve not displaying summary or manual posts excerpts’ is closed to new replies.