ratherunique
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Hiding "Categories: Uncategorized" on pageIt would also be great to know how to hide the date and time on the posts as well.
Forum: Fixing WordPress
In reply to: Home page is not workingI 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. :/
Forum: Fixing WordPress
In reply to: Home page is not workingSo 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.Forum: Fixing WordPress
In reply to: Home page is not workingWhere do I find the single.php? Once I have it, I post it directly into the home page? Then that will solve my problem?
Forum: Fixing WordPress
In reply to: Home page is not workingAlso when you go to the website, there seems to be two Home buttons…. Any ideas?
Ratherunique.org
Forum: Themes and Templates
In reply to: Changing the main picture on Target themeMy site is Ratherunique.org. You can see what I mean here. :]
Thanks