• Hi I need help! I am trying to fix my featured post section on https://curvidence.com

    Here is my code ..I can only get one to show up correctly? PLEASE HELP
    <?php get_header(); ?>

    <div id=”leftcolumn”>
    <div id=”logo”>
    <img src=”<?php bloginfo(‘stylesheet_directory’); ?>/images/cur-logo.jpg” alt=”logo image” border=”0″ />
    </div>

    <div id=”bio”>

    <img src=”<?php bloginfo(‘stylesheet_directory’); ?>/images/bio-img.png” alt=”bio image” align=”left” />

    <span class=”new_bio_text”> <p>Curvidence.com is a website dedicated to the empowerment of women all shapes and sizes, but especially the often overlooked and ignored plus size woman. Curvidence.com encourages a Curvy Confident attitude and self-love to change the image we see when we look in the mirror. We want you to be fashionable, healthy, and fabulous in every way possible.</p></span>

    </div>
    <div id=”news”>
    <h1>Latest News from Curvidence.com</h1>
    <div id=”posts”>
    <div class=”fix”> </div>

    <?php c2c_get_recent_posts(3, “<p class=\”headline\”>%post_date%:</p> <span class=\”post_recent\”>%post_excerpt_short%</span>%post_URL%
    “); ?>

    </div>

    </div>
    </div>
    </div>

    <?php get_sidebar(); ?>
    <?php get_footer(); ?>

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Featured POST/Custom Fields/thumnails/exerts’ is closed to new replies.