• Hi,

    On my homepage I have two places for latest quotes. The first one’s CSS is different than the other one.
    I want to target one of them as latest post and the other one as second post, how can I do that?

    <ul id="quote">
    <?php query_posts("posts_per_page=1&post_type=page&post_parent=35"); the_post(); ?>
    <div id="today-quote"></div>
    <p><?php the_excerpt(); ?></p>
     <a href="<?php the_permalink(); ?>" class="more-quote-archive"></a>
    <ul>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘How to post as a secondary post?’ is closed to new replies.