Make WordPress Core

Opened 15 years ago

Closed 14 years ago

#8124 closed defect (bug) (invalid)

More not being parsed

Reported by: madmike2011's profile madmike2011 Owned by:
Milestone: Priority: normal
Severity: minor Version: 2.7
Component: Template Keywords:
Focuses: Cc:

Description

On my Wordpress 2.7.0-beta2 installation, the <!--more--> tag is not being parsed by wordpress. Instead, it just leaves it in the page as a HTML comment and selects a place at around 160 words to start the more content part instead.

Server Details:
Apache 2.2.3 (Debian Etch)
Mod/FastCGI enabled
PHP 5.2.0 (FastCGI)
MySQL 5.0.32

Change History (7)

#1 @ryan
15 years ago

I can't reproduce this. Is it still happening? Can you provide sample post content?

#2 @ryan
15 years ago

  • Milestone 2.7 deleted
  • Resolution set to worksforme
  • Status changed from new to closed

Closing pending feedback. Re-open with a sample post.

#3 @mcdragon
15 years ago

  • Resolution worksforme deleted
  • Status changed from closed to reopened

Having a similar problem on 2.8

sample post 1 gets parsed as <span id="more-1273"></span>
sample post 2 gets parsed as <span id="more-1229"></span>

#4 @Denis-de-Bernardy
15 years ago

  • Keywords reporter-feedback added
  • Milestone set to 2.9

the exact code from both posts would be more useful...

#5 @Denis-de-Bernardy
15 years ago

  • Component changed from General to Template
  • Severity changed from major to minor

#6 @thee17
15 years ago

Yes that is what jets generated on the single page or if the_content is used rather than the_except. My understanding from documentation is this is how the jump link works. I just tested and the_excerpt respects the "More" tag unless overridden by plugin or by the_excerpt permitters.

#7 @nacin
14 years ago

  • Keywords reporter-feedback removed
  • Milestone 2.9 deleted
  • Resolution set to invalid
  • Status changed from reopened to closed

Looks like confusion with the_excerpt. And more-1273 vs more-1229 is just the post id appended.

Note: See TracTickets for help on using tickets.