Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1250128

    I am very new to WP and to Enfold.
    In FTP I can see an index.php
    However if I open fb-design.co.uk/index.php webpage
    I get error not found.

    The code on the server in the index page is
    <?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 __DIR__ . ‘/wp-blog-header.php’;

    I have another page called Home which opens normally and would be OK as the index/homepage

    Have you any idea where I may be going wrong please?
    Thank you
    John Hardy

    #1250365

    Hey John,

    I’m not sure exactly what you are trying to do, but I’m guessing that you want to edit a page template directly? If so then that index file is not the one you want to edit. Please try to explain your intentions a bit further so that we can try to give you advise on what to do.

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.