webrob
Member
Posted 10 months ago #
I am customizing the "twentyeleven" theme for WP and I cannot get the READ MORE link to show on the home page.
See http://dev.piermarketing.com/wb/. In the page itself I have the <!--more--> after teh first paragraph. Any ideas how I can get this to work?
this is because you are using a static page;
static pages don't make sense with a 'read-more' because they link to the same template, so you would never get the full page content.
where would you try to link the page or the 'read more' to, anyway?
webrob
Member
Posted 10 months ago #
I would like to just show the first paragraph on the home page then when the user clicks the READ MORE it would take them to the full article.
I thought I had done this with pages before... Hmmmm