• Resolved hiromisf

    (@hiromisf)


    Hi,
    This is a great plugin!

    But I would like to remove category list in product list page and each category page. The vertical list just above the product photos.

    I do want to keep Breadcrumb, though. I just don’t need breadcrumb and a category list. I just need breadcrumb.

    Where do I go to remove the category list just above the product thumbnails in all the pages? I was able to remove that from single product page.

    Thanks

    http://wordpress.org/extend/plugins/wp-catalogue/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Yes that would be nice

    I’m not sure if i understood your question, but if you want to remove the category list from the other pages, go to wordpress > plugins > editor > select WP Catalogue > wp-catalogue/wpc-catalogue.php, open that file and find this code echo '<div id="wpc-col-1">';, and replace it with this /*echo '<div id="wpc-col-1">';, then find this code </div>'; (it is two lines before <strong>$per_page = get_option('pagination'); and replace it with this code </div>';*/.
    Hope that helps.

    Plugin Author Maeve Lander

    (@enigmaweb)

    Thanks for providing help wazaaaap – good tip. 🙂

    FYI I’m currently working on a Pro version of this plugin that will include the ability to remove the category side bar (among other features). Cheers.

    I have figured out how to remove the category navigation, but now I would like to have the product pages and the category pages use the custom menus from wordpress. I have been having trouble with navigation because there is no real way to manage categories and subcategories but i created a custom menu that organizes it like i want. So being able to pull in the custom menu on the plug in pages would be a great solution.

    Here is the link to what I am trying to accomplish.

    This is the hard coded landing page for the product categories using the custom menu. Once you go to a category there is no custom menu on it because its not a page i can “edit” in the editor to add a side bar. How could i do this?

    http://interglostone.com.s148400.gridserver.com/products/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘removing category list’ is closed to new replies.