Forum Replies Created

Viewing 3 replies - 31 through 33 (of 33 total)
  • Thread Starter charis_r

    (@charis_r)

    Thank you for your response.

    To be honest, nope I can’t wait weeks. Hours maybe ??

    But of course, you’ll do your thing at your own time.

    I am now trying to use the 1) option and alter my page.php as woocommerce suggests.

    This is what it says I should do:

    his solution allows you to create a new template page within your theme which will be used for all WooCommerce taxonomy and post type displays. While an easy catch-all solution, it does have a draw back in that this template will be used for all WC taxonomies (product categories etc) and post types (product archives, single product pages). Developers are encouraged to use the hooks instead.

    To set up this template page perform the following steps:

    Duplicate page.php

    Duplicate your theme’s page.php file, and name it woocommerce.php. This file should be found like this: wp-content/themes/YOURTHEME/woocommerce.php.

    Edit your page (woocommerce.php)

    Open up your newly created woocommerce.php in a text editor (or the editor of your choice).

    Replace the loop

    Next you need to find the loop (see The_Loop). The loop usually starts with a:

    <?php if ( have_posts() ) :
    and usually ends with:

    <?php endif; ?>
    This varies between themes. Once you have found it, delete it. In its place put:

    <?php woocommerce_content(); ?>
    This will make it use WooCommerce’s loop instead. Save the file. You’re done.

    Sorry, I’ll start a new thread as you said.

    [moderated – please use your own thread]

    I don’t know how to start a new thread here so I write here.

    I have a major site layout issue with Customizr and WooCommerce. Anybody can help?

    Thanks

Viewing 3 replies - 31 through 33 (of 33 total)