more article box and woocommerce products

Posted in: Newspaper
Post count: 9

hi!

i think “more article box” is used only for showing the posts

can it be used for showing the products from woocommerce?

if it is possible how can we do it?

best regards

Post count: 854

hi,
really did not try to do what you are asking. but i think it wold be possible.
here is the More article box file: http://screencast.com/t/Gt2ljHTHG, maybe you can figure out how is done.

Thanks for you message.
Radu A.

Post count: 9

hi,
thank you for the fast answer.

actually i do not have coding qualifications, (i wish a had.. 🙂 ) but i may ask some of my friends.

At least i learned that i can’t change it from the theme control panel

I should be grateful if you could take this topic as a suggestion for next update.

in conculusion, i would like to say that, thank you for this amazing theme and your efforts for improving it.

best regards

Post count: 3343

Hi,
Add this code array('text' => 'Woocommerce product' , 'val' => 'shop'), like here: http://screencast.com/t/lguNLDVBdtb

Then this code:

                 case 'shop':
                    $args = array ( 'post_type' => 'product', 'orderby' =>'rand','order' => 'DESC');
                    $td_run_query = true;
                    break;

like here: http://screencast.com/t/9KUx6YFx

Here you can add other parameters to display product like you want, latest, etc, now is set as RANDOM.

Then go to your Theme panel -> Post settings http://screencast.com/t/VkfSJkQjtWQt

Thanks for the message!

Post count: 9

hi!

thank you very much 🙂

it works perfect…

best regards..

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.