Pulling my hair out over this one!!

Drupal 7 using pretty much vanillla install + Views. On only the homepage I a cannot get rid the the Read More link. It is any page promoted to homepage that this affects. I do not want any teasers, only full content on all pages.

Scoured the web / forums.

Already tried;
1)

at the end of the code.

2) Turned off Teaser in admin/structure/types/manage/page/display for basic pages (which homepage is)

3) added following in to style.css
.node .links,
.comment .links { display:none;

}

4) Setting the teaser length to unlimited.

Can anyone please advise how t remove this link and turn off teasers?

Any help appreciated.

Comments

GNA27’s picture

I would like to know a solution for this too. I have been able to remove the "read more" links from other themes but not Jackson.

vanrijnr1’s picture

See http://drupal.org/node/485348 , I just posted on the bottom. I'm not familiar with Jackson, but then this is not theme specific. Let me know if it works and good luck! And as always, back up first:)

zeppfan’s picture

Hi,

Here's a bespoke module for this purpose.

http://drupal.org/project/readmorecontrol

dotnhack’s picture

Hi,

Beautiful themes, but I can't use it until that issue is fixed.

I have the read more on frontpage and until I click it, the blocks will not even show.

I tried readmorecontrol, it removed the link but then what? Full content can't shown.
Added code in template.php
Tried

Tried Views, it will not display the block either.

I change themes, bingo, all works.