• this is the code i used and nothing shows up:

    <?php
    /* Short and sweet */
    define(‘WP_USE_THEMES’, false);
    require(‘.http://ariellessecrets.xp3.biz/wp-blog-header.php&#8217;);
    ?>

    <?php
    $posts = get_posts(‘numberposts=10&order=ASC&orderby=post_title’);
    foreach ($posts as $post) : start_wp(); ?>
    <?php the_date(); echo “”; ?>
    <?php the_title(); ?>
    <?php the_excerpt(); ?>
    <?php
    endforeach;
    ?>

    I’m trying to externally link the blog part of it but nothing shows up someone help me out please i’m blonde if that helps lol

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘trouble with externally linking’ is closed to new replies.