The import tag has no wiki summary.
0
votes
2answers
53 views
Saving array keep adding length of array
I'm using wp all import to load in datafeeds but when i set a custom field (thats needed for the theme) it keeps modding it before it stores it
when I put this in the field : a:7:{test}
it saves it ...
0
votes
1answer
38 views
WXR XML import is stripping php tags that I need to keep
When I import my WXR XML file it appears that wp_insert_post (or another function) is applying filters to strip php tags that I need to keep in my content.
I have searched the various wp-include php ...
0
votes
1answer
72 views
Photos automatically uploaded to Media Library
Here's a bizarre one for you guys. I was using Search RegEx to remove Blogger html formatting that was screwing up my imported posts. Images hadn't been imported, so they were loading from Blogger ...
0
votes
1answer
75 views
What is the plugin to import image from URL?
How can i import image from specific URL to image gallery in Wordpress so that i can use it as a thumbnail for post? I search for a plugin.
1
vote
1answer
506 views
How to Import Categories with Descriptions from a CSV File?
How could I import a list of new categories and category descriptions from a file of Comma Separated Values?
0
votes
1answer
73 views
How to export a Wordpress blog with no export function?
So I have this blog on a polish blog hosting service (blox.pl) that's incompatible with pretty much everything. There's two tools I can use to get data off it; one is to use a program that just simply ...
1
vote
1answer
137 views
Faking the “onSave” event
While a specific use-case, I believe this may benefit others.
I am using TurboCSV to mass-import a number of posts into WordPress (which it is doing wonderfully so far). Within that import, I am ...
2
votes
1answer
150 views
How to completely export and import WordPress?
I exported all posts of a WordPress blog. Then I imported the xml file to another WordPress blog. When I tried to search few posts in the new blog, which are in the old blog, I did not find anything. ...
1
vote
2answers
340 views
Better way to remove HTML syntax from all content
I have a bunch of articles imported via a very old Joomla 1.0 installation. The content of these posts have a lot of unwanted inline html. I was able to clean all with something like this (I made a ...
5
votes
2answers
861 views
WordPress Theme Options Import/Export
I already have a theme options page that saves to wp_options > kittens_options.
I'm looking for a simple way to incorporate an import/export textarea of those options on my options page.
I've ...
0
votes
2answers
132 views
Importer failed to import posts as format “day and name”
I had a blog exposing posts as "day and name". After exporting that blog and importing it on a new installation of WordPress I can't see the posts in that format, only in the default one: ...
2
votes
1answer
121 views
Why do I lose all the slashes, i.e., “ \ ”, in my blogs when I import XML files by the WordPress Importer plug-in?
When I want to import the XML files with the aid of the WordPress Importer plugin, the blogs imported will lose all the slashes, i.e., "\", which are really contained in the XML files imported.
Since ...
1
vote
1answer
292 views
Custom post types not imported properly
I've registered a custom post type:
function create_gallery_post_type() {
register_post_type( 'sim_gallery',
array(
'labels' => array(
'name' => __( 'Sim Gallery' )
),
...
0
votes
2answers
291 views
Importing a database from a custom built CMS to WordPress
I'm building a site for an art gallery, in the old cms has 20 years worth of exhibitions. The old system is custom built and is not based on anything readymade, so finding an importer plugin made for ...
0
votes
1answer
33 views
Imported blog page layout messed
http://uma.lohray.com/weblog/moots-part-ii/
is a blog I imported from blogger. The front page is fine, but when one clicks to read a blog post, the end of the post has parts of the right side bar ...
0
votes
1answer
204 views
Importing posts via MySql (a csv file) need to be automatically published
I'm importing a csv file via the database, all the posts are unpublished when I look in the CMS, is there a way to make them automatically published on import?
Doing a bulk publish via the CMS ...
2
votes
2answers
514 views
Importing data from spreadsheet into wordpress DB, along with custom taxonomies and their terms
I am importing a large DB from an Excel spreadsheet into a wordpress DB. I was going to do it manually by creating a new table but decided to import it into the existing wordpress framework as it will ...
0
votes
1answer
9 views
Is there a way to show different source feeds on individual pages?
As a freelance writer, I have a few outlets I write for routinely plus additional sites, and while I used to post my content manually, due to SEO concerns and logistical issues, I have been looking to ...
0
votes
2answers
1k views
Media is not attached after import
I am new there and I need some help for importing a wordpress blog.
I have a old wordpress 3.1 blog (no multisites) and need to move to new hosting (a sites under multisites). I don't have the access ...
0
votes
1answer
428 views
Export SQL query based on custom field?
I'm operating on two WordPress sites and I need to export posts only with a specific custom field from one site and import into the other. I can't do a generic dump of the database because some data ...
0
votes
1answer
192 views
phpBB 3 to bbPress
I am updating a diabetes forum to make it more extensive for which I have previously used phpBB 3. I have decided to use WordPress on the new build and have installed bbPress, however, I would like ...
0
votes
1answer
292 views
Failed Media Import (importing from LIVE to local)
When I try to import some content to my local site so I can work on the theme w/ relevant data, my import hangs forever.... and if it finishes then the media/images fail.
based on some suggestions at ...
0
votes
1answer
317 views
Best practice to import user base (subscribers) from one website to another?
I want to import users from a Wordpress installation to another.
Same domain, but complete different websites.
Website A (old, 700 users): running WP3.0 plain installation + BBPress 1.x
Website B ...
0
votes
4answers
134 views
Export WordPress from one domain to another domain
From one domain (foo.com), select export as WXR and import to (bar.com), also I manually uploaded wp-contents to the new location.
Everything is working, except the the images in the blog post still ...
0
votes
2answers
27 views
Host Images from Link
Recently, I imported all my post from Blogger, so all the images showing in the post currently reside on Blogger's server. I want to import/put all those images to my server and automatically change ...
1
vote
1answer
2k views
Importing data for advanced custom fields plugin?
I have a member section built using the http://www.advancedcustomfields.com plugin. There are 300 members that each have the following data:
Company name
Specialism (check boxes)
Web address
...
0
votes
2answers
177 views
Import images from self-hosted to WordPress.com
I'm trying to migrate my self-hosted WP blog to WordPress.com, images included.
Originally images were hosted on various image-hosting websites, but I've used this plugin to cache and upload them to ...
0
votes
2answers
184 views
Importer fails to import every post
I'm trying to move the content of a wordpress.com blog to a self-hosted one. Right now I'm just trying to set things up on my local environment.
I exported the content using the built-in WordPress ...
3
votes
1answer
382 views
With WordPress Importer, why can't I import post meta containing a multi-dimensional array, in which value(s) of that array contain line breaks?
The Question
With WordPress Importer, why can't I import post meta containing a multi-dimensional array, in which value(s) of that array contain line breaks?
Is there a workaround that I can do to ...
1
vote
4answers
869 views
Migrating WP site to another URL
We are planning to change the domain name of our website.We are not changing the host but creating a new domain and will close/redirect all traffic to new domain (there will be not update on the old ...
0
votes
1answer
55 views
Exporting by table
I am using PHPmyAdmin to move a site.
My site is too large to use the single file export/import method. (I know how to do it, it works fine on smaller sites.)
It seems the only thing working for me ...
2
votes
1answer
2k views
Failed to import media from a local wordpress site to a live one
I've been developing a new blog theme for a client locally on my computer and am now in the process of uploading this to the new live server. I used the wordpress export facility to export all the ...
0
votes
1answer
455 views
Import 2,000 static pages, titles and meta into WordPress / Wordpress SEO [closed]
I have a client who has created a pretty popular site consisting of around 2,000 static pages. I want to redesign and relaunch the site using WordPress. Since he used the same basic template over and ...
0
votes
1answer
321 views
automated import from blogger
I am looking for a way to make the Blogger importer tool run automatically to update a blog content category automatically.
I appreciate that Google does not like duplicate content, but the site I am ...
1
vote
3answers
333 views
Import a very old WordPress Version into new WordPress
Here is my problem: I have been blogging for about six years now at Blogsome.com. I've had no problems with it whatsoever, until a few days ago, when they suddenly announced that they were going to ...
1
vote
1answer
127 views
How to import content from WordPress.com to a self hosted WordPress installation?
On behalf of another, I'm trying to import content from a WordPress.com hosted site to a self-hosted installation of WordPress.com
I've exported the XML file and imported it into the new site, but it ...
1
vote
2answers
416 views
Import 10,000 Users into Wordpress WITH a specific ID for each user
I have a website which has about 10,000 users. I am converting this site over to Wordpress. The new site is ready to roll, but I have to bring over all the users.
There are a number of plugins ...
0
votes
1answer
38 views
Unexpected problems after importing WP data
I had to move my solution from one server to another. I therefore Exported all data so that I could import this on the new server.
All worked fine except users.
If I want to edit my own profile, all ...
0
votes
1answer
243 views
Getting export > import working correctly - error 500 [closed]
So, I'm redoing my portfolio at a different domain. And want to use my previous domain for another project; I'm trying really hard to get Wordpress's 'Export' > 'Import' feature to work properly. So I ...
2
votes
1answer
994 views
Create Posts using Import>RSS/WXR/XML and pass values to Custom Fields
My problem is simple. I need to make a lot of posts containing image url's for a "photo gallery" page. I've read up a lot on creating posts from RSS feeds and imports. I've been successful at creating ...
0
votes
2answers
686 views
Fatal error: Allowed memory size of … bytes exhausted [closed]
I have tried all the following (although many said I only need either one)
memory_limit = 512M (it's stated in my phpinfo(), this limit was set so long ago that I can't even remember when)
...
0
votes
1answer
182 views
Error in importing wordpress xml [closed]
Iam trying to import my old xml to a newly installed wordpress(3.0.1), the max upload size shows 0, i tried uploading it, but it ended up with empty screen. How should i proceed?
0
votes
1answer
172 views
Comments not displayed after blog import [closed]
i have a problem with my blogs comments.
I've exported my blog with default WordPress export tool, installed the fresh instance on new server and imported my previous blog with downloaded file (i know ...
1
vote
1answer
368 views
WordPress custom options storing?
I have a theme with around 500 custom options, their code looks like this:
<form method="post" action="options.php">
<?php wp_nonce_field('update-options'); ?>
<input type="text" ...
0
votes
1answer
103 views
Array: What is this value based on?
I need to do an import of an array of checkboxes, but there is a value that I don't how it is determined.
The array is based on a user meta option that I created that shows a list of category ...
0
votes
1answer
103 views
How to shorten the Permalink after WP>WP blog import?
We've imported a blog from one domain to another and the permalink thats been created for category archives is:
domain.com/category/graphic-design-blog/tips-for-artist/
where ...
2
votes
0answers
294 views
Attachment 0×0 size error [closed]
My theme uses 8 different thumbnail sizes. I imported my local installation to the final server using phpmyadmin to export the wordpress database.
Everything is smooth except for the attachments: many ...
0
votes
1answer
643 views
How to import media from folder as opposed from old site?
I don't have access to my old blog any more. However, I do have all the files (wordpress export and uploads folder). Now... I'm trying to import all that stuff in my new blog and unfortunately I can't ...
0
votes
2answers
64 views
Editing Theme and Moving Servers
Ok, So I have a wordpress installed on a test server. I just edited the default theme to get my desired result. My question is could I just install a new version of wordpress on another server and ...
2
votes
1answer
640 views
Importing users? From another wordpress site
Is there a way to import users from another wordpress site?
Both sites are new. I just don't want to go through the trouble of adding the same users profile information and password.

