Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter ratherunique

    (@ratherunique)

    It would also be great to know how to hide the date and time on the posts as well.

    Thread Starter ratherunique

    (@ratherunique)

    I honestly can not understand this for the life of me. I need another option. Do you know of any other resources, or easier ways I can just set up a shop? Sorry about all this, I’m very new to all of this and trying to figure this out is like trying to teach myself calculus. :/

    Thread Starter ratherunique

    (@ratherunique)

    So I copied >>><?php get_header(); ?>
    <?php global $woo_options; ?>

    <div id=”content” class=”content blog”>
    <div class=”container”>
    <div class=”right_products”>

    <?php if ( $woo_options[ ‘woo_breadcrumbs_show’ ] == ‘true’ ) { ?>
    <?php woo_breadcrumbs(); ?>
    <?php } ?>

    <?php if (have_posts()) : $count = 0; ?>
    <?php while (have_posts()) : the_post(); $count++; ?>

    <div <?php post_class(); ?>>

    <?php echo woo_embed( ‘width=580’ ); ?>
    <?php if ( $woo_options[ ‘woo_thumb_single’ ] == “true” && !woo_embed( ”)) woo_image( ‘width=’.$woo_options[ ‘woo_single_w’ ].’&height=’.$woo_options[ ‘woo_single_h’ ].’&class=thumbnail ‘.$woo_options[ ‘woo_thumb_single_align’ ]); ?>

    <div class=”left”>
    <h5><?php the_time(‘d’) ?></h5>
    <b><?php the_time(‘M, y’) ?></b>
    <div class=”clear”></div>
    </div>
    <div class=”right last”><h2 class=”title”>” rel=”bookmark” title=”<?php the_title(); ?>”><?php the_title(); ?></h2>
    <?php the_content(); ?>
    <?php wp_link_pages( array( ‘before’ => ‘<div class=”page-link”>’ . __( ‘Pages:’, ‘woothemes’ ), ‘after’ => ‘</div>’ ) ); ?>

    <?php $comm = $woo_options[ ‘woo_comments’ ]; if ( ($comm == “post” || $comm == “both”) ) : ?>
    <?php comments_template( ”, true); ?>
    <?php endif; ?>

    </div>
    <div class=”clear”></div>

    </div><!– .post –>

    <?php endwhile; else: ?>
    <div <?php post_class(); ?>>
    <p><?php _e( ‘Sorry, no posts matched your criteria.’, ‘woothemes’ ) ?></p>
    </div><!– .post –>
    <?php endif; ?>

    </div>

    <?php get_sidebar(); ?>
    <div class=”clear”> </div>
    </div><!– /#main –>
    </div><!– /#content –>

    <?php get_footer(); ?>

    Which is named (Simple.php) on filezilla under the theme I am using. I copied it… pasted it into my home page on wordpress.
    It did nothing.

    Thread Starter ratherunique

    (@ratherunique)

    Where do I find the single.php? Once I have it, I post it directly into the home page? Then that will solve my problem?

    Thread Starter ratherunique

    (@ratherunique)

    Also when you go to the website, there seems to be two Home buttons…. Any ideas?

    Ratherunique.org

    Thread Starter ratherunique

    (@ratherunique)

    My site is Ratherunique.org. You can see what I mean here. :]
    Thanks

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