StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 06-30-2012, 09:23 AM
gemmawild's Avatar
gemmawild gemmawild is offline
Registered User
Genesis Member
 
Join Date: May 2012
Location: London, UK
Posts: 12
Default Woocommerce & Error 404 Page

Hello, I'm new to the forum so I hope I'm posting in the correct topic.

Not sure if I should be asking you guys or Woocommerce the question but I hope someone can help.

I'm customizing my websites 404 page and wanted to include 10 recent products, similar to the 10 recent blog posts list already included. Not looking for anything fancy like a thumbnail or anything as this probably complicates the code, just the title and the link to the product would do for now.

I've searched through the Wordpress forums for the custom taxonomy functions but cannot seem to get anything to work. I've also checked through the Woocommerce documentation and Google searches but so far haven't found what I'm looking for.

This is one of the codes I tried but it displays the blog categories instead of a list of products:

PHP Code:
<?php wp_list_categories'type=taxonomy-product_cat&limit=10' ); ?>
And this displayed nothing at all, lol:

PHP Code:
<?php wp_get_archives'type=taxonomy-product_cat&limit=10' ); ?>
Not being a PHP whizz meself I'm not even sure where to really begin with this one so any help would be gladly received.

 

Tags
error 404 page, woocommerce

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 12:47 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.