Tagged Questions
-1
votes
1answer
80 views
I want to Add My Product Image to Admin Order Email in Woocommerece
I want to Add my product image (product which is ordered) in a thumbnail form to recognize the product easily by admin, in Admin Order Email.
1
vote
1answer
51 views
Make Images appear in the same order as in media browser using get children?
I would really like my images to display in the same way I've ordered them in the media browser. What am I doing wrong?
$images =& get_children( array('post_parent' => $post->ID,
...