Hi, I am currently using this code to display the latest 10 posts on my homepage. <?php wp_get_archives('title_li=&type=postbypost&limit=10'); ?> How can I also get the content? I want to display the first 100 characters. Help appreciated.
there are some excerpts plugins which helps to display content on homepage with small excerpt, image and post link. you can try wp-utf8-excerpt plugin.
There is more to it than just that. Need to set up the query loop, insert thumbnails (if wanted), bylines & meta (if wanted), category restrictions, etc. etc.