Map clashing with WP – suggestions on fix? [closed]

If you’re using FireBug for FireFox or the Google Chrome Developer Tools (both available on Win via [F12]-key), then you can see that you’re missing ressources (404) via your Console Tab in the tool bar: Failed to load resource: the server responded with a status of 404 (Not Found) The list of “missing” files: tooltip.css … Read more

Convert HTML to HTML 5? [closed]

You shouldn’t use any converters. That make your Code Buggy. You should use your own knowledge and convert it manually! Learn HTML5 and it is very useful four you and the future. 🙂

Blog post date not in format required by schema.org

Not sure what responsive_child_post_meta_data() is but I use this and it validates just fine: <time itemprop=”datePublished” class=”published” datetime=”<?php echo get_the_time(‘c’); ?>” content=”<?php echo get_the_time(‘c’); ?>”> <?php echo get_the_date(); ?> </time>

How to setup Landing HTML5 page in WordPress site

So yes, if you want to only show the “Coming soon” page, and keep working on your WordPress site at the same time, the best option is to move your WordPress installation somewhere else and only leave the HTML5 page. Another option would be through plugins – there are plugins that exist to force all … Read more