Viewing 1 replies (of 1 total)
  • Thread Starter chewbears

    (@chewbears)

    <?php
    require(‘/the/path/to/your/wp-blog-header.php’);
    ?>

    <?php query_posts(‘cat=1&showposts=3’); ?>
    <?php while (have_posts()) : the_post(); ?>
    ” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><?php the_title(); ?>
    <?php endwhile;?>

    Is it that easy to just add? cat=1&

Viewing 1 replies (of 1 total)
  • The topic ‘Question about Intergration’ is closed to new replies.