F
F
freeSTUD2020-11-14 23:30:54
Search Engine Optimization
freeSTUD, 2020-11-14 23:30:54

How to copy image page in Wordpress?

Good evening everyone!
I have a blog on Wordpress and I want to post articles on it. T / e / just copied from another site, but most importantly, the requirements that the photos be copied to me in the media and fully written in the code from my blog and did not lead to the site from which it was copied.

Is this even possible to do?

Thank you very much in advance!

Answer the question

In order to leave comments, you need to log in

3 answer(s)
O
Orkhan Hasanli, 2020-11-14
@azerphoenix

Write a parser that will collect information.
If you need to copy one-time, then you can collect everything in xlsx || csv and import via WP All Import.
Another option after parsing is to export articles via the WP REST API to the site.
In both options, you can import pictures into the media library

A
Artem Zolin, 2020-11-15
@artzolin

Another option is to get content via cURL, parse with any library like Simple HTML Dom Parser, insert with native functions wp_insert_post()andwp_insert_attachment()

V
Vova, 2020-11-15
@vova87

If you are too lazy to write a parser, you can use a ready-made plugin, such as News-Parser or AftParser

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question