Oops... I have found the solution here:-
http://cutline.tubetorial.com/forums...ead.php?t=6150
Anyway, many thanks for providing such an excellent theme.
I want to display the full content of an article instead of the default [Read More] link. Any ideas how to do it?![]()
Oops... I have found the solution here:-
http://cutline.tubetorial.com/forums...ead.php?t=6150
Anyway, many thanks for providing such an excellent theme.
I have a similar question. I want on the archives page and on the catergory or tag pages to only show the matching posts by title with none of the article showing, so just the title linked to the whole article appears, no partial followed by read more. The link above goes to a 404 error.
Thanks
Steven
Open the following theme files:
archive.php
(I'm not sure what your version is and if you prefer to apply it to the following theme files too but:
search.php
category.php
etc.)
And remove <?php the_excerpt() ?>
Regarding the link above, to display the full content, change <?php the_excerpt() ?> to <?php the_content() ?> whereever applicable (except single.php)
See also: http://performancing.com/forums/show...ting-permalink
Thank you very much, That was exactly what I wanted.
Bookmarks