• Hi, I just installed WordPress w/ Yahoo Hosting through its installer on the webpage. While everything else works, I’m not able to get the php function to return anything on my own php server page. I see that the index.php that the installer put into my root directory contains this:

    <?php
    /* Short and sweet */
    define(‘WP_USE_THEMES’, true);
    define(‘WP_IN_ROOTDIR’, true);
    require(‘.//cms/wp-blog-header.php’);
    ?>

    As you see, wordpress is put into a directory called cms, which is fine. So I just put that into my php file and the following subsequent line of code still returns nothing:

    <?php bloginfo(‘name’); ?>

    Can someone lend me a helping hand…? I’d deeply appreciate it.

    Brian
    [email protected]

  • The topic ‘Yahoo Hosting: php function returns nothing’ is closed to new replies.