If you enjoyed this post, please consider leaving a comment or subscribing to the RSS feed to have future articles delivered to your feed reader.
Ep1
function end_post($content) {
if(!is_feed() && !is_home()) {
$content.= Continut;
}
return $content;
}
add_filter ('the_content', 'end_post');


