Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Forum: Fixing WordPress
    In reply to: Error 404
    Thread Starter efratot

    (@efratot)

    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.

    Forum: Fixing WordPress
    In reply to: Error 404
    Thread Starter efratot

    (@efratot)

    Run the template Twenty Fifteen theme and turn off all plugins? It will help??

    Forum: Themes and Templates
    In reply to: Post title h2
    Thread Starter efratot

    (@efratot)

    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(); ?>

Viewing 3 replies - 1 through 3 (of 3 total)