Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 119458

The-Croupier on "[Plugin: WooCommerce - excelling eCommerce] Woocommerce product grid view VS list view"

$
0
0

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

<?php if ( $woo_options[ 'woo_post_content' ] != "content" ) woo_image( 'width='.$woo_options[ 'woo_thumb_w' ].'&height='.$woo_options[ 'woo_thumb_h' ].'&class=thumbnail '.$woo_options[ 'woo_thumb_align' ]); ?>

<h2 class="title">" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></h2>

<?php woo_post_meta(); ?>

<div class="entry">
<?php if ( $woo_options[ 'woo_post_content' ] == "content" ) the_content(__( 'Read More...', 'woothemes' )); else the_excerpt(); ?>
</div><!-- /.entry -->

i was trying from here... but maybe i am in the wrong direction completely :(
please advice....


Viewing all articles
Browse latest Browse all 119458

Trending Articles