My problem is in Google Webmaster Tools that reporting my mobile site as 404 error. but when i go into my mobile site with my phone everyting seems right.
Run the template Twenty Fifteen theme and turn off all plugins? It will help??
thanks but i cant find “title” on my single.php.
maybe Because I use “travelify” theme.
my code looks like:
<?php
/**
* Displays the single section of the theme.
*
*/
?>
<?php get_header(); ?>
<?php
/**
* travelify_before_main_container hook
*/
do_action( ‘travelify_before_main_container’ );
?>
<div id=”container”>
<?php
/**
* travelify_main_container hook
*
* HOOKED_FUNCTION_NAME PRIORITY
*
* travelify_content 10
*/
do_action( ‘travelify_main_container’ );
?>
</div><!– #container –>
<?php
/**
* travelify_after_main_container hook
*/
do_action( ‘travelify_after_main_container’ );
?>
<?php get_footer(); ?>