• Hi i’m trying to create a shop and i choosed wordpress.
    The Site is https://dressdana.ro
    I wann know how can i add a picture(https://i40.tinypic.com/2prwfb9.gif) next to slider.
    Then i want to delete that “nothing found” From the front that appears when i click home or when you go on website you will see when visiting the site.
    And i wanna post the new products in grid format on front page under the slider.I’m using WOOCOMMWERCE.
    i’ve got this code but doesn’t put them in grid format and also don’t show the button.

    add_filter('woocommerce_get_catalog_ordering_args', 'am_woocommerce_catalog_orderby');
    function am_woocommerce_catalog_orderby( $args ) {
    $args['meta_key'] = '_price';
    $args['orderby'] = 'meta_value_num';
    $args['order'] = 'desc';
    return $args;
    }

    [Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘FRAU theme Insert image next to slider’ is closed to new replies.