[wp-trac] [WordPress Trac] #29133: Twenty Ten: LaTeX doesn't render correctly on archive pages

WordPress Trac noreply at wordpress.org
Wed Aug 6 20:59:26 UTC 2014


#29133: Twenty Ten: LaTeX doesn't render correctly on archive pages
----------------------------+------------------------------
 Reporter:  jeremeylduvall  |       Owner:
     Type:  defect (bug)    |      Status:  new
 Priority:  normal          |   Milestone:  Awaiting Review
Component:  Bundled Theme   |     Version:  trunk
 Severity:  normal          |  Resolution:
 Keywords:                  |     Focuses:
----------------------------+------------------------------

Old description:

> When visiting an archive page like a tag or category archive, text
> formatted in LaTeX doesn't appear correctly. Instead, it's just missing:
>
> https://cloudup.com/i_p2MLM1qnv
>
> Confirmed the same thing is happening on category pages here:
>
> https://cloudup.com/cmkwfySdASk
>
> Compared this to Twenty Twelve where the LaTeX appears correctly:
>
> https://cloudup.com/ijANkch8fe3
>
> User reported in the WordPress.com forums here:
>
> http://en.forums.wordpress.com/topic/latex-doesnt-render-when-i-view-
> posts-by-tags?replies=3

New description:

 When visiting an archive page like a tag or category archive, text
 formatted in LaTeX doesn't appear correctly. Instead, it's just missing:

 [[Image(Screen Shot 2014-08-06 at 2.32.49 PM.png)]]

 Confirmed the same thing is happening on category pages here:

 [[Image(Screen Shot 2014-08-06 at 2.33.29 PM.png)]]

 Compared this to Twenty Twelve where the LaTeX appears correctly:

 [[Image(Screen Shot 2014-08-06 at 2.32.23 PM.png)]]

 User reported in the WordPress.com forums here:

 http://en.forums.wordpress.com/topic/latex-doesnt-render-when-i-view-
 posts-by-tags?replies=3

--

Comment (by SergeyBiryukov):

 This appears to be the expected result.

 Twenty Ten uses [http://codex.wordpress.org/Function_Reference/the_excerpt
 the_excerpt()] for archives and search, which strips all tags:
 https://themes.trac.wordpress.org/browser/twentyten/1.6/loop.php#L136

 Twenty Twelve uses the_excerpt() for search, and
 [http://codex.wordpress.org/Function_Reference/the_content the_content()]
 for archives:
 https://themes.trac.wordpress.org/browser/twentytwelve/1.4/content.php#L38

 You can change this by creating a child theme.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/29133#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list