
// Customize PeepSo Stream Excerpt
function custom_peepso_excerpt($content) {
if (is_single()) {
$excerpt = get_the_excerpt(); // Get the post's excerpt
$content = $excerpt . $content; // Add the excerpt above the post content
}
return $content;
}
add_filter('the_content', 'custom_peepso_excerpt');
[peepso_stream]
[peepso_excerpt] // Hypothetical shortcode to show the excerpt