Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter josephgene

    (@josephgene)

    @alchymyth,
    thank you for the reply. Ive read through the articles and unfortunetly i believe it doesnt show me what im looking for.

    First, i am just wondering how to edit the title in a different <DIV> so it looks like:
    DATE|title
    DATE|author, time, Category

    can you point me to a place where i can format the DIV like a table?
    I guess i could just make a table and place the DIV inside of it?

    Thread Starter josephgene

    (@josephgene)

    the links above do not work for me because they are truncated.

    Thread Starter josephgene

    (@josephgene)

    Thank you for the reply. There are not always images in the post. sometimes it is just text that would be centered in paragraphs. I never thought of a gallery but if a gallery can insert like this and format the text on the side that would be wonderful!

    to answer the question: Yes, Yes yes!

    I dont know what you mean by “styling the title area”

    Thread Starter josephgene

    (@josephgene)

    also – when i put in the correct username and password it just says “Please log in again”

    Thread Starter josephgene

    (@josephgene)

    Double bump?^^

    Thread Starter josephgene

    (@josephgene)

    bump^^?

    Thread Starter josephgene

    (@josephgene)

    <div id="container">
    <div id="main-col">
    <h3 class="blog-title"><a href="<?php echo get_option('home'); ?>/"><em><?php bloginfo('name'); ?></em></a></h3>
    <span class="logo-spacer"></span>
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    	<div class="post" id="post-<?php the_ID(); ?>">
        	<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
            <div class="date"><span class="year"><?php the_time('Y') ?></span> <?php the_time('F') ?> <span class="day"><?php the_time('jS') ?></span></div>
            <div class="comments"><span class="comment-count"><?php comments_popup_link('0', '1', '%'); ?></span> Comments</div>
            <br clear="all" />
            <div class="excerpt"><?php the_content('Read the rest of this entry &raquo;'); ?></div>
        </div>
        <div class="filed">Filed under <?php the_category(', ') ?> by <?php the_author() ?> on <?php the_time('F jS, Y') ?> @ <?php the_time() ?> </div>
        <span class="spacer"></span>
    <?php endwhile; else: ?>
    <p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
    <?php endif; ?>
        </div>

    So if this is my loop on home.php – then the code goes where?

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