The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
19 views

Update Custom Field on Imported Post Creation

So I've created a function that updates several custom fields in a post when the post is created. The idea is to sanitize this information so that I can easily use it for other purposes. The ...
0
votes
0answers
14 views

Disable Filter and Allow Embed/iFrame on Blogger Import

I'm trying to import blogger posts into a wordpress site but all embedded audio/video content is getting filtered out. I've commented out the following in kses.php: // Post filtering ...
0
votes
1answer
16 views

Exporting just posts of a specific category

I have found the export tool particularly useful for moving posts from sites to site, and even once wrote an extension for Elgg to export its content into wordpress export format for migration to ...
0
votes
0answers
8 views

WordPress.org import export omitting galleries

I am importing an XML export file from another WordPress blog, I manage to import the posts however galleries that were in the posts are not included at all. Any fix for this? I've also noticed that ...
0
votes
1answer
24 views

Attachments broken after giving WordPress its own directory

I set up a fresh WordPress installation in a folder called 'wp' under root. I followed the directions for Giving WordPress Its Own Directory and pointed the URL to root successfully. I then proceeded ...
0
votes
0answers
22 views

Tags 404 error when associating tag with post

I'm a total newbie to Wordpress, however I've been asked to develop a PHP script to import tags from an Excel spreadsheet to the WP db. So far, so good... BUT: there's this strange behavior I need ...
1
vote
1answer
21 views

Remove old custom field after import

I have imported a set of posts to a new Wordpress install recently. This OLD set of posts had a set of custom fields attached to it (via post_meta using the ACF plugin). The new installation has ...
-2
votes
0answers
17 views

How to import 10 xml files into wordpress at one time?

How can I bulk import 10 XML files into WordPress?
0
votes
1answer
28 views

WXR xml files are being imported as a TXT files and showing up under 'Media'

I need to import a whole bunch of non-WordPress posts in to Wordpress. I would hope it would be pretty straight forward as there are no pictures or anything; it's basically just a bunch of text. I'm ...
0
votes
1answer
27 views

Import data from arbitrary CSV to WPAlchemy meta fields

I've created a custom post type with several custom fields with the help of WPAlchemy, and now I need to import a bunch of stuff from some CSV files. I'm using WPALCHEMY_MODE_EXTRACT. By toying with ...
0
votes
1answer
18 views

Cannot select certain authors for posts after import

I just consolidated a couple standalone WordPress installs into one Multi-site install. After importing posts into each site accordingly, I am unable to edit a post or page, and select a different ...
0
votes
1answer
27 views

What is basic structure of xml for importing a page in wordpress?

I am trying to import file from xml to word press i need to know waht is sturcture for importing the xml file into a page in wordpress
0
votes
0answers
32 views

How to export indesign file to xml and import file xml file into wordpress as page with heading and content?

Task - Converting Indesign file To WordPress pages I searched lot and got answer to do that i need to Convert In-design file to Xml and Import it into Wordpress using some plugin i need ...
0
votes
0answers
46 views

Plugin WP e commerce No Product Page

I was importing a csv file to my products page. The csv file was a list of products from a separate vendor. The csv file import froze I hit refresh and went back into the wp admin clicked on product ...
0
votes
0answers
48 views

Images Not Linking To Attachment Page After WordPress Import

I am importing an old WordPress site into a new theme on a new URL. All of the images in the old site link to an attachment page for each particular image. The attachment page doesn't get created upon ...
0
votes
0answers
28 views

how to import custom taxonomy (& terms)

I exported a working Wordpress (v3.5.1) blog content with multiple custom taxonomies (& terms) and whenever I try to import these terms and taxonomy into a new blog the wordpress-importer fails ...
0
votes
1answer
367 views

How to export/import WordPress woocommerce products

I'm searching a solution to my problem, i have a WordPress website which contains many products so i have created a new one with a new design i have installed the same version of woocommerce as the ...
1
vote
0answers
49 views

Wordpress Export Import Site Navigation Menu

When I do an export and import the menus get transferred but I have to set the Site Navigation Menu manualy. Obviously it's only a small detail but can I ask is this a bug or expected behaviour and is ...
4
votes
4answers
352 views

Import Wordpress XML File from Within Functions.php

I am developing a theme which has a different method of adding in content and so, the default install of Wordpress won't show any content because of this. I was wondering if it is possible to ...
0
votes
2answers
86 views

MySQL Syntax Error upon restoring database from backup

Performed a bad import to my Wordpress install and decided to restore from the mqSQL backup (full export) I had made minutes earlier. Dropped all tables in the database and then did an import from my ...
0
votes
0answers
89 views

“The connection was reset” while importing content works on 1and1 not GoDaddy

Following Chip Bennett's instructions here I successfully imported all contents from a WordPress.com website of mine to a WordPress website hosted by 1and1 (hosting provider). I now need to import ...
0
votes
0answers
15 views

display last import (posts)

Had a good search on Google and here for this but no luck. I've recently imported 45 posts into a site. There are already 300+ posts in the site spanning 4 years. I tried to create a new author when ...
0
votes
0answers
62 views

15000 entries from CSV to database but it doesn't enter all data

I am working on my localhost. I have 15000 records in a CSV file. I want to import all the records in the wp_user table but it enters only the records 1000 through 2000. For this I am using the ...
0
votes
2answers
38 views

Tumblr importer

Is it possible to import tumblr post to wordpress WMS without automatic publication? My wordpress site has a multi-account. And I'd like to be able to check post, modify if needed before online ...
-1
votes
1answer
187 views

Automate Product Import with WooCommerce?

I'm going to be using the Product CSV Import suite with WooCommerce to import products from a CSV file, but I'd love to have an automated way to do this via Cron if possible. Has anyone seen examples ...
0
votes
1answer
109 views

Importing from XML is ignoring serialized custom field

I have been trying to import something into a custom field using the WordPress Import tool but it seems to be leaving the custom field empty in the database. ...
1
vote
1answer
105 views

Import media to online WordPress from local development

I have a site being developed locally and I want to import the contents to an online installation. I used wordpress "import" but it cant get the media files. Is there any "wordpress" was of doing this ...
0
votes
1answer
86 views

Import tumblr post to wordpress blog

When I add a new post in my tumblr account, automatically that post of tumblr would be sync with my wordpress account. Its not necessary that at sync time I have to be logged in wordpress. In simple ...
1
vote
2answers
409 views

Importing WordPress Attachments Into Custom Directories In wp-content/uploads/

I am hoping that someone can shed light on this problem I am trying to solve, even if simply changing my thought process as to how I could solve this. I am importing a custom CakePHP based CMS web ...
0
votes
1answer
51 views

Import data from file larger than 15 MB

I have my blog on wordpress.com, I want it to be moved on self hosted server. I have exported data from my wordpress.com blog to XML file, However, When I went to import the data to my self hosted ...
2
votes
2answers
51 views

Identifying Importer Posts

Given a site with 100 posts, where an unspecified number of posts are manually written, and the rest are created using the WordPress importer, how would I programmatically identify the posts imported ...
0
votes
1answer
54 views

Some way to Flush or Overwrite all Imported Content in a Site for a Fresh Import - How?

Some way to Flush or Overwrite all Imported Content in a Site for a Fresh Import - How? Is there an easy quick way to do this? To delete all Pages, Posts, Comments and stuff that got imported? Or ...
3
votes
1answer
270 views

What is the required format for importing posts into Wordpress?

I have several posts in an Microsoft Excel file (.csv/.xls). I want to know the appropriate format of the file to import into Wordpress.com. Note: I do not need help to convert the csv format into ...
0
votes
1answer
99 views

WordPress WXR import - importing a large file

I am in the process of working on a project involving the migration of old custom driven cms data into a WordPress powered site. To do this migration, we have decided to convert the data from the ...
3
votes
1answer
116 views

Resource Issues: Importing external data into custom post type and keeping records up to date

I have a custom post type that imports external data nightly. When the import script runs for the first time, it imports approximately 4,000 records (data will grow). Each record consists of a post ...
2
votes
1answer
58 views

Image File Names

I've been poking around the Codex in hopes of finding out how WP renames image files when you upload them... it's probably there but I can't seem to find it. It seems that if I upload 1 file, like ...
0
votes
1answer
50 views

How to create import option for xml

I want to put in theme admin page an option for demo content XML. This option should offer the possibility to switch between Demo Content and Default WordPress installation content. If I select ...
3
votes
1answer
94 views

WordPress Multisite: Automatically run importer upon creating new site

Is it possible to automatically run the WP Importer when creating a new site in WordPress Multisite? I think this would need to be a function that runs when wpmu_new_blog is called but can't find ...
3
votes
2answers
389 views

How To Export/Import WordPress (MySQL) Database Properly Via Command-Line?

Normally, a MySQL database can be exported and imported using these simple SSH commands: Export: mysqldump -u USERNAME -p PASSWORD DATABASE_NAME > filename.sql Import: mysql -u USERNAME -p ...
0
votes
1answer
63 views

How to import individual blog posts into Wordpress?

I'm trying to move some content from another website into blog posts for work, and I need a little bit of help. Basically my task is to parse a bunch of files into their content, put them into a ...
2
votes
1answer
186 views

WordPress (+WPMU) Import/Export ALL settings?

As we all know WordPress does not import Widgets when you import content with [Tools > Import] and I'm wondering what kind of script could do that? Database has more than just 1 single information ...
0
votes
1answer
98 views

Export / import Wordpress database

Is there a proper way of exporting and importing a big WordPress MySQL database to a new database? When I tried to do that in the standard way I run into 2 issues: All widgets disappeared and I had ...
1
vote
3answers
611 views

Import Images from one self-hosted WordPress install to another

I am redeveloping a client's site and, for a number of reasons, in the process changing hosts. I'm developing it on the new host and to get the site orgainised I have attempted to import all the pages ...
0
votes
1answer
194 views

WordPress import not importing custom taxonomy

First off, feel obliged to say I've posted this already in the WP Support Forum (http://wordpress.org/support/topic/wordpress-import-not-importing-custom-taxonomy) hoping to have more luck here. I'm ...
0
votes
2answers
813 views

How can I export WordPress posts' attachments?

I am in the process of transferring posts from one WordPress install to another. I can use WordPress' Tools --> Export to export the XML I need for my posts. On the new install, I then use Tools --> ...
0
votes
1answer
109 views

css file status 403

I am importing some css files in another css document like so, however the foundation.css file is getting a 403 for the stylesheet when I visit the location, my ftp says it is there and it all works ...
1
vote
1answer
56 views

Is there a way to import Blogger into bbPress?

I have a blog on Blogger that I would like to turn into a bbPress forum. This is a blog that has essentially been used as a forum, so bbPress is a better solution. Unfortunately, by default bbPress ...
1
vote
2answers
565 views

Where does the Media Library live in the database?

I'm exporting a Wordpress site from localhost to a web host, and I am unable to import the Media Library, as the web host is unable to contact localhost. I've uploaded all of the localhost files from ...
0
votes
0answers
132 views

How import 10.000 record with csv import suite? [closed]

Please help !! How import 10.000 record product post type use csv import suite plugin?
0
votes
1answer
79 views

Fast worpress backup/clone

i have a problem with 2 websites. I have for example site1.com site2.com How can i make a perfect clone of site1.com for site2.com? i mean i want a method that i can do this in minutes, not ...

1 2 3 4