WordPress uvoznik

Opis

WordPress uvoznik uvesti će sljedeći sadržaj iz WordPress izvozne datoteke:

  • Objave, stranice i drugi sadržaj prilagođenih (custom) tipova objava
  • Comments and comment meta
  • Prilagođena polja i meta podaci objava
  • Categories, tags and terms from custom taxonomies and term meta
  • Autori

For further information and instructions please see the documention on Importing Content.

Filteri

Uvoznik posjeduje nekoliko filtera koje vam omogućuju da kompletno uključite/blokirate određene mogućnosti:

  • import_allow_create_users: vraća false ako želite samo dozvoliti mapiranje postojećim korisnicima
  • import_allow_fetch_attachments: vraća false ako ne želite dopustiti uvoz i preuzimanje priloga.
  • import_attachment_size_limit: vraća vrijednost cijelog broja za maksimalnu veličinu datoteke za snimanje u bajtovima (zadano je 0, što je neograničeno)

Također postoji nekoliko dostupnih akcija na koje se možete zakačiti (hook into):

  • import_start: pojavljuje se nakon što je izvozna datoteka prenesena i kad su postavke za uvoz autora odabrane
  • import_end: poziva se nakon zadnjeg output-a od uvoznika

Instalacija

Najbrža metoda za instaliranje uvoznika je:

  1. Posjetite Alati -> Uvoz na WordPress nadzornoj ploči
  2. Kliknite na WordPress poveznicu u listi uvoznika
  3. Klikni “Instalriaj”
  4. Na kraju kliknite “Aktiviraj dodatak i pokreni uvoznika”

Ako želite obaviti posao manualno, pratite ove upute:

  1. Prenesite wordpress-importer mapu u /wp-content/plugins/ mapu
  2. Aktivirajte dodatak kroz izbornik ‘Dodaci’ u WordPressu
  3. Posjetite Alati -> Uvoz stranicu, i kliknite na WordPress

ČPP

Pomoć! Dobivam ‘out of memory’ greške na praznom zaslonu.

Ako je vaša izvozna datoteka jako velika, uvozna skripta može dosegnuti PHP memorijski limit vašeg hostinga.

Poruke poput “Fatal error: Allowed memory size of 8388608 bytes exhausted” upućuju da skripta ne može uspješno uvesti XML datoteku pod trenutnim PHP memorijskim limitom. Ako imate pristup php.ini datoteci, možete manualno povećati limit; ako nemate pristup (vaša WordPress instalacija je hostana na shared serveru, na primjer), možda ćete morati razbiti XML datoteku na nekoliko manjih dijelova i pokrenuti skriptu za svaki od njih.

Za one sa shared hostingom, najbolja alternativa jest savjetovati se sa korisničkom podrškom hostinga kao bi utvrdili koji je najsigurniji pristup za pokretanje uvoza. Hosting će možda biti voljan dignuti limit memorije i/ili pokrenuti proces direktno sa njihovog kraja.

Support Article: Importing Content

Recenzije

13. Februara 2023.
I love this plugin. Super easy to use and works as expected for a "free" plugin. Not sure why there are so many bad reviews as this plugin is super helpful.My guess/assumption on the bad reviews is that people are having issues with their webhost and that is reflected in their experience/reviews with this plugin???
6. Oktobra 2022.
This is a very useful plugin and a must-have within every WordPress instance. There is one thing I hoped the latest update to version 0.8 would have fixed. Unfortunately not. If you have to refresh your WordPress Website, you can export all content with these PlugIn and also import it in your fresh install. Works great! BUT, why is the nesting of categories flattened after import? I'd be so damn happy if this PlugIn would keep the structure of nested categories in the next update, that I'd rate it with 5 stars 🙂 I'm using a PlugIn that depends on nested categories. As this PlugIn created thousands of categories that would require days of work to nest that categories as it is supposed to be. So I can't do a WordPress refresh for that website, even though it's more than overdue. Please make importing content from WordPress to WordPress keep the nesting of categories for all post types' categories...
30. Maja 2022. 1 reply
This plugin is still linked within WP 6 in the Tools tab. I just used it to transfer my blog to a new web host. Then Wordfence told me it was probably abandoned. Shock. Hey, Wordpressdotorg, you may want to give this a look over and certify it for the most recent version.
26. Aprila 2022. 3 replies
It's a great plugin but it doesn't look like the code is being maintained anymore. That's not cool for such an important plugin. "hasn’t been tested with the latest 3 major releases of WordPress" Is there an alternative that works in the same way? I'd rather be using a plugin that I know won't die with the next WP or PHP upgrade.
8. Marta 2022.
Oldies but Goldie's! Does what it's supposed to, no more, no less. Caution: Elements that were already published, are also public immediately after import 😉
Read all 303 reviews

Saradnici i programeri

“WordPress uvoznik” is open source software. The following people have contributed to this plugin.

Doprinositelji

“WordPress uvoznik” je prijeveden na 58 dijalekata. Zahvala prevodiocima za njihov doprinos.

Prevedi “WordPress uvoznik” na vaš jezik.

Zainteresirani za razvoj?

Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.

Zapis promijena

0.8.1

  • Update compatibility tested-up-to to WordPress 6.2.
  • Update paths to build status badges.

0.8

  • Update minimum WordPress requirement to 5.2.
  • Update minimum PHP requirement to 5.6.
  • Update compatibility tested-up-to to WordPress 6.1.
  • PHP 8.0, 8.1, and 8.2 compatibility fixes.
  • Fix a bug causing blank lines in content to be ignored when using the Regex Parser.
  • Fix a bug resulting in a PHP fatal error when IMPORT_DEBUG is enabled and a category creation error occurs.
  • Improved Unit testing & automated testing.

0.7

  • Update minimum WordPress requirement to 3.7 and ensure compatibility with PHP 7.4.
  • Fix bug that caused not importing term meta.
  • Fix bug that caused slashes to be stripped from imported meta data.
  • Fix bug that prevented import of serialized meta data.
  • Fix file size check after download of remote files with HTTP compression enabled.
  • Improve accessibility of form fields by adding missing labels.
  • Improve imports for remote file URLs without name and/or extension.
  • Add support for wp:base_blog_url field to allow importing multiple files with WP-CLI.
  • Add support for term meta parsing when using the regular expressions or XML parser.
  • Developers: All PHP classes have been moved into their own files.
  • Developers: Allow to change IMPORT_DEBUG via wp-config.php and change default value to the value of WP_DEBUG.

0.6.4

  • Improve PHP7 compatibility.
  • Fix bug that caused slashes to be stripped from imported comments.
  • Fix for various deprecation notices including wp_get_http() and screen_icon().
  • Fix for importing export files with multiline term meta data.

0.6.3

  • Dodana podrška za uvoz meta podataka pojmova.
  • Popravak greške koja je uzrokovala uklanjanje kose crte iz uvezenog sadržaja.
  • Popravak greške koja je uzrokovala uklanjanje znakova unutar CDATA u nekim slučajevima.
  • Popravak PHP obavijesti.

0.6.2

0.6

  • Podrška za WXR 1.2 i višestruke CDATA sekcije
  • .Postovi nisu duplikat ako su njihovi post_type različiti

0.5.2

  • Dvostruko provjeravanje je li postoji prenesena izvozna datoteka prije procesiranja. Ovo sprječava neispravne poruke o greškama kada
    je izvozna datoteka prenesena na poslužitelj s lošim dozvolama i koristi se WordPress 3.3 ili 3.3.1.

0.5

  • Uvoz meta podataka komentara (potreban je izvoz iz WordPress 3.2)
  • Manji popravci grešaka i poboljšanja

0.4

  • Mapiranje user_id komentara gdje je moguće
  • Uvoz priloga iz wp:attachment_url
  • Prijenos priloga u ispravne mape
  • Ispravno remapiranje URL-ova redimenzioniranih slika

0.3

  • Korištenje XML Prasera ako je moguće
  • Prava podrška za navigacijske izbornike
  • … i puno više, proučite Trac ticket #15197

0.1

  • Prvo izdanje