I want to add some extra images to the product gallery. Based on a meta field from a different post. The images should only add to the gallery in the frontend. Not to the image gallery of the product itself. EDIT: @mujuonly was right. I could use woocommerce_product_thumbnails and so I tried the following code and everything works fine: With
Tag: gallery
Display pictures from a folder in the specific way – PHP
I am trying to create a dynamic gallery in php with specific order of pictures on the page, but I can’t find the function or piece of php code to do so. Conditions: The gallery must be dynamic, pictures will be coming from a folder via php, because when I’ll add/upload more pictures in the folder they must be displayed
Unpacking the update… Could not create directory. WordPress
When I instal nextgen-gallery plugins. This error message appears How can I fix this problem ? Answer This is a permissions issue. Ensure the directory is writable by apache. Plugins are unpacked into the wp-content/plugins directory, so I would first attempt writing to the directory as apache: Set permissions accordingly to correct the issue. You can read about permissions here: