Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter stillachild

    (@stillachild)

    thanks for the suggestion =) I know what you mean. but I think having the content in a div is easier, since then if you want to access the menu it’s always right there.

    Thread Starter stillachild

    (@stillachild)

    ok I’ve found other posts where people are having the same problem, but no solutions and they’re very outdated. at this point, all I want to do is have a blog in a directory parallel to where wp is installed. so..

    wordpress is installed here:
    https://strawberry-pie.com/wp/

    I want my blog (index.php) to go here:
    https://strawberry-pie.com/stillachild/

    I’ve changed the blog URL under admin options, copied index.php to /stillachild/, but it doesn’t work. when index.php is in the ROOT directory, it works, but that’s not what I want. right now all I get from https://strawberry-pie.com/stillachild/index.php is a blank page.

    Thread Starter stillachild

    (@stillachild)

    I don’t know, it’s not working. I understand the tutorial though. However, I’m not using the user-friendly URLs under Permalink Structure on wordpress. I’m also not sure if mod_rewrite is installed on my server, but I just emailed them asking, and my server is Apache 1.3.33 so I think it probably does.

    I want to just get a regular index.php working in /stillachild/, and deal with displaying only certain categories afterwards, since I do have some clue as to how to do that. but I’m starting to think maybe it’d just be easier to install another wordpress..? but then, would I be able to automatically cross-post a post into both blogs?

    Thread Starter stillachild

    (@stillachild)

    I’ve never used mod_rewrite before.. I created a .htaccess file in /stillachild/ and put what you said in there (or did you mean the .htaccess in my root dir?) but I’m not sure it did anything..

    what I’m trying to do first is basically put another regular index in /stillachild/. that index.php source is:

    <?php
    /* Short and sweet */
    require(‘https://www.strawberry-pie.com/wp/wp-blog-header.php&#8217;);
    ?>

    <?php
    get_header();
    if (have_posts()) :
    while (have_posts()) :
    the_post();
    the_content();
    endwhile;
    endif;
    get_sidebar();
    get_footer();
    ?>

    but when I load the page I get:

    Fatal error: Call to undefined function: get_header() in /home/strawbe/public_html/stillachild/index.php on line 7

    so, how would I use WP template tags in this index.php?

    Thread Starter stillachild

    (@stillachild)

    my site, by the way, is https://strawberry-pie.com/strawberry/ I’m running wordpress through an iframe, but that shouldn’t be the problem, since I can’t get it to work from the original page either (https://strawberry-pie.com/wp/). also I was wrong about my version, I’m actually using 1.5.2. please help someone, I am at a loss as of what to do!

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