• Resolved thestephen

    (@thestephen)


    Ok, sorry to bug you (I’ve seen a ton of topics on wordpress) but can you please help?

    So, I have wordpress now. I’m trying to use this tag:

    Quote:

    <?php
    $posts = get_posts(‘numberposts=3’);
    foreach($posts as $post) :
    setup_postdata($post);
    ?>
    ” id=”post-<?php the_ID(); ?>”><?php the_title(); ?>
    <?php the_content(); ?>
    <?php endforeach; ?>

    But the thing is I want the wordpress thing to show up on /index.php, and the wordpress is on /wp/index.php. So how do you make that big tag up there have an absolute path?

    Thanks

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

The topic ‘help!’ is closed to new replies.