Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #29133


Ignore:
Timestamp:
08/06/2014 08:59:24 PM (11 years ago)
Author:
SergeyBiryukov
Comment:

This appears to be the expected result.

Twenty Ten uses 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 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.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29133 – Description

    v2 v3  
    11When visiting an archive page like a tag or category archive, text formatted in LaTeX doesn't appear correctly. Instead, it's just missing:
    22
    3 https://cloudup.com/i_p2MLM1qnv
     3[[Image(Screen Shot 2014-08-06 at 2.32.49 PM.png)]]
    44
    55Confirmed the same thing is happening on category pages here:
    66
    7 https://cloudup.com/cmkwfySdASk
     7[[Image(Screen Shot 2014-08-06 at 2.33.29 PM.png)]]
    88
    99Compared this to Twenty Twelve where the LaTeX appears correctly:
    1010
    11 https://cloudup.com/ijANkch8fe3
     11[[Image(Screen Shot 2014-08-06 at 2.32.23 PM.png)]]
    1212
    1313User reported in the WordPress.com forums here: