Viewing 2 replies - 1 through 2 (of 2 total)
  • Kafkaesqui

    (@kafkaesqui)

    Ah, this old problem

    For the fix I mention in functions-formatting.php there, you want to comment out this line:

    $curl = preg_replace('/(\d+)x(\d+)/', "$1×$2", $curl);

    An additional option (along with the other two) is to swap out use of bloginfo() in your templates where the url is displayed with bloginfo_rss() — which does not use the wptexturize() filter.

    Thread Starter 4x4english

    (@4x4english)

    thank you so much!!!

    i was racking my brain as to where to look for the filter that was changing the URL… i’m setting up this site after years without doing any programming and i don’t really know wordpress (or PHP to tell the truth).

    the suggestion you gave me didn’t work and resulted in a parse error but commenting out the line:

    add_filter(‘bloginfo’, ‘wptexturize’);

    in default-filters.php worked just fine

    thanks again,

    joe parkin – 4×4 engish

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘can’t view the graphics files’ is closed to new replies.