Hello,
First, great theme! I love it.
Now onto my questions:
I have the blog displayed on the main home page of my site, but I am having a couple of issues:
1 – I would like the full posts to be displayed on the main page, rather than having to click on the title to view it in full. I have selected “For each article in a feed, show Full text” under reading. And I have selected show two full posts before grid. But those posts are still summarized on the main page. Is there a way to display the full post?
2 – Perhaps this next issue will be rectified if I can display full posts… I have added links in my posts, but I notice they don’t appear within the summaries of the posts on the main page. They are there, though, when you view the full post.
Thanks in advance for any help you can provide.
Lindsay
Also, if that’s not possible, then how could I add a “(read more)” link.
Hi reachability,
1 – Open the content-*.php and replace the_excerpt(); with the_content();
2 – The automatic excerpt dont accept formatting. Try to write your own excerpt instead.
3 – I wrote a tutorial how to add a “more” link to the automatic exerpt:
http://www.mouseclick.com/tutorials-2/add-a-link-to-automatic-excerpt/
Cheers,
Alexander @ http://www.mouseclick.com
Thanks so much for your response.
When I replaced excerpt with content, it actually squishes all the content together (I want to have paragraphs). I even added html coding in the post (ie. ), but that doesn’t seem to make a difference…