Opened 20 years ago
Closed 19 years ago
#1342 closed defect (bug) (worksforme)
default theme: archive.php: the_excerpt should be the_content ?
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | major | Version: | 1.5.1 |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
Greetings,
I had reported this issue under issue 698 and it seems to have been deleted ( http://www.google.com/search?q=wordpress+html+not+rendered+correctly )
archive.php in the default theme contains
...
<?php the_excerpt() ?>
...
due to which category archive pages are not generated correctly
If the above code is replaced with
...
<?php the_content('Read the rest of this entry »'); ?>
...
The generation is working as expected...
Cheers, Kishore.
Change History (2)
Note: See
TracTickets for help on using
tickets.
archive.php uses the_content, so I think this was solved some time ago.