Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    It seems, that you code files are being compromised.

    Can you please open the index.php file and check is that the file which someone printed this “no”.

    The index file can be found in root where other folders like wp-admin, wp-includes are found.

    Let me know if you need any further help on this.

    Thanks.

    Thread Starter theconsul

    (@theconsul)

    this is the content of the index file

    <?php
    /**
     * Front to the WordPress application. This file doesn't do anything, but loads
     * wp-blog-header.php which does and tells WordPress to load the theme.
     *
     * @package WordPress
     */
    
    /**
     * Tells WordPress to load the WordPress theme and output it.
     *
     * @var bool
     */
    define('WP_USE_THEMES', true);
    
    /** Loads the WordPress Environment and Template */
    require( dirname( __FILE__ ) . '/wp-blog-header.php' );
    Thread Starter theconsul

    (@theconsul)

    just downloaded the latest wordpress files and it looks the same

    the file wp-blog-header looks normal too

    <?php
    /**
     * Loads the WordPress environment and template.
     *
     * @package WordPress
     */
    
    if ( !isset($wp_did_header) ) {
    
    	$wp_did_header = true;
    
    	// Load the WordPress library.
    	require_once( dirname(__FILE__) . '/wp-load.php' );
    
    	// Set up the WordPress query.
    	wp();
    
    	// Load the theme template.
    	require_once( ABSPATH . WPINC . '/template-loader.php' );
    
    }
    Thread Starter theconsul

    (@theconsul)

    the “no” is still in the left top on homepage but admin still gives “no” only

    Might be a plugin, testing them all now.

    • This reply was modified 6 years, 9 months ago by theconsul.
    Thread Starter theconsul

    (@theconsul)

    so weird,

    renamed all plugins

    website seems to work, renamed themall back to original names and site still working

    no clue what this is.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘website displaying “no”’ is closed to new replies.