Make WordPress Core

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: carnaticwm's profile carnaticwm 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 &raquo;'); ?>
...

The generation is working as expected...

Cheers, Kishore.

Change History (2)

#1 @carnaticwm
20 years ago

  • Patch set to No

#2 @Nazgul
19 years ago

  • Resolution set to worksforme
  • Status changed from new to closed

archive.php uses the_content, so I think this was solved some time ago.

Note: See TracTickets for help on using tickets.