• My blog was never validating when using WordPress Mobile Pack, because an ambersand contained in a link in the barcode widget. I had some time to find in which file it should be repaired, and I had to do it again everytime I was upgrading. If someone needs to (and dear developer please include the patch so we don’t have to do it every time) edit the file wpmp_barcode.php in the directory /plugins/wordpress-mobile-pack/plugins/wpmp_barcode

    Change line 93 from:
    $link .= "&wpmp_switcher=mobile";
    to:
    $link .= "& amp; wpmp_switcher=mobile";

    Note: the parser in this forum is changing the & a m p ; to &. There should be no spaces in the above code.

    http://wordpress.org/extend/plugins/wordpress-mobile-pack/

  • The topic ‘[Plugin: WordPress Mobile Pack] Solution for failed html validation’ is closed to new replies.