Yobrekcah
Member
Posted 1 year ago #
Hello,
i recently installed wordpress and setup my
website.the thing is when i make posts and are shown on first page i want them to show part of the post and have a 'read more' link so as to show the actual full post in another page rather than homepage.how to do that?i havent found anything inside the admin panel,or well im blind enough o.0
regards
http://codex.wordpress.org/Customizing_the_Read_More
and follow the links to 'the_excerpt()' and 'the_content()'
you won't find this in admin panel; if your theme does not do it already, you need to edit index.php or the template file that displays the front page.
Yobrekcah
Member
Posted 1 year ago #
Thank u very much found what i wanted:)