Bulk uploading and linking images for WooCommerce - wordpress

I'm planning out how to bulk upload a few thousand products to WooCommerce, and I don't know how to proceed with images. Is there a better way than uploading them all and then manually copying the URL from the media gallery to my CSV?
Is it possible to name the images in such a way that they get recognized and automatically associated to the corresponding product?
What about gallery images, should they be named the same with a number at the end?
I'm building the site locally for now and the images are on my computer, what will happen with the images when I host it online? Thank you for your help!
PS: I know there are plugins that do this, but I'm looking for a non-plugin alternative.

There is an inbuilt option in WooCommerce to import products, you can use that.

Related

Adding a download button to entire couse as a pdf in learndash plugin in wordpress

I'm developing an on-line course using the Learndash Plugin in wordpress. I've add a plugin post2pdf for downloading a single lesson as a pdf, but I also want the entire course to be downloadable as a pdf.
Can anyone please suggest how to achieve this, either using the same plugin, or with any other plugin?

Gallery page at wordpress?

I got a problem :/
I have a plugins for the users can send files for my media gallery, this is working perfeclty, but, I want to show my media library in a page or post of wordpress. This is possible ?
I guess i need a plugin or script right ? Thx :D
I dont know if you are talking about wordpress.com or wordpress.org but it should be the same.
Use the [gallery] shortcode in your page/post and it will output your images from your media library. You can specify images by using their id's, read more about it here:
http://codex.wordpress.org/Gallery_Shortcode
If you want to display other file formats, it is possible.

Creating wallpaper website site in wordpress

I'm trying to create a wallpapers site, using WordPress platform. The website should have similar functions like this wallpapers site. Which plugin is required to re-size images in multiple sizes, like 1920x1200, or 1920x1080. If there's no such plugin, how can I create this function in WordPress?
You have two options for this:
Manual: Uploaded images can be edited and cropped to the required size by teh administrator. Go to the media library, find the image, click edit and make the changes necessary
Automatic: I found this page by typing "how to edit image size in wordpress" when I was, in fact, looking for a manual that would explain with screenshots the instructions in step 1 above: http://www.wpbeginner.com/wp-tutorials/how-to-create-additional-image-sizes-in-wordpress/
The post there makes use of the add_image_size function of Wordpress and tells Wordpress to automatically generate thumbnails in your required size.
Creating a Wallpaper website in WordPress is now as easy as counting 1-2-3. All you need a WordPress + decent hosting and a Wallpaper WordPress theme from https://binarynote.com
Just install Wallpaper WordPress theme along with their bulk image uploader plugin and you are ready to upload your wallpapers. The theme is able to generate different image sizes like you have mentioned automatically but will not store any such images on your server.
here is one such theme for your ready reference. https://binarynote.com/wordpress-theme-wallpaper.html
Hope this will help you a lot.

upload image and use it in plugin

I am developing a wordpress plugin and I have a problem with image uploading. I need do something like what a custom-header contain where I can upload image and use it. I try to use http://goo.gl/JHna9 It upload image successfully but I need something more. I need to find out way how tell to wordpress that uploaded picture was for my plugin and next get all pictures uploaded through my plugin.
Any ideas?
Thanks
you have several choices.
Use the same upload function to create a DB entry (But I would not reccomand it if it is not absolutely neccessary)
use the same function you are uploading to create a hidden custom field - associating it somehow (with a key) to your plugin (after all - an attachment is only a taxonomy for some kind of post - and has it´s own metadata. )
put your attachments in a different folder (can be usefull - depending on what you want to do)

Image gallery in wordpress

Is it possible to create an image gallery in wordpress that is managed by the admin via it's own page / panel. I am not talking about creating a new post and adding custom html for each image. I mean actually having a page in the admin that has the ability to upload and manage your images?
If it is possible how do you go about creating a custom page like this? I understand the PHP side of uploading and manipulating images, but I don't know how to integrate it with wordpress. I don't need a full blow tutorial on how to do this, but if you could just point me in the right direction that would be great.
One issue that comes to mind right away, is if this is possible would upgrading wordpress break the code? Since I assume you have to edit the admin files directly and you can't just do it from your own custom template?
From playing around I found NextGEN Gallery (http://wordpress.org/extend/plugins/nextgen-gallery/) that has a tab in your admin panel. It looks like it would meet your needs.
You can manage all your media from the WordPress Media Library using tags if you install Tag Gallery
It requires the Media Tags plugin but it makes managing galleries so much easier and your using the built in media facilities of WordPress so it's not disjoint from the experience. There is a new version in the works that will offer much more impressive functionality as well.
Hope that helps.
There are a huge amount of image galleries for wordpress already made. Have a quick google for some (search "wordpress image gallery") and see if any of them are suitable (I'll be surprised if one of them isn't).
Failing that, you'll need to create yourself a Wordpress Plugin.
I've integrated ZenPhoto into my wordpress blog. It was pretty easy, would probably take you a few hours. The admin pages are completely separate from the wordpress admin pages, so you can easily give access to only one person.
You can create a custom post type called Gallery to manage create and manage image galleries. The post will have its own "Gallery" panel in the admin section and from there you can add new galleries just as you describe. There are lost of tutorials for creating gallery custom post types.

Resources