overall fine
-
it needs some tweeking. for example it adds a <link rel=”alternate” media=”only screen and (max-width: 640px)” href=”https://m.yourdomain.com” > tag on the desktop site but you also need to add a canonical link to the associated mobile site, which this doesn’t suggest. a little tweeking will get this done however.
In installing this theme I also saw how many redundant canonical links there are in the wordpress header, quite amazing. I got rid of these by adding remove_action(‘wp_head’, ‘rel_canonical’); just before wp_head();
- The topic ‘overall fine’ is closed to new replies.