How i can add only in home page 25 words with one link ? I have tryed with <?php if(is_home() && $post==$posts[0] && !is_paged()) { ?> <?php } ?> And dont works
if on main part, add the words in index.php. if you want to add in sidebar(sidebar.php), use this code: