Egyedi szöveg a bejegyzések alatt
Olvasási idő: < 1 perc.
Egyedi szöveget, pl. copyright infot adhatsz a bejegyzéshez.
function add_post_content($content) { if(!is_feed() && !is_home()) { $content .= '<p>This article is copyright © '.date('Y').' '.bloginfo('name').'</p>'; } return $content; } add_filter('the_content', 'add_post_content');