Importing Link Library
-
Hi,
I am playing with link library to see if I am going to use it as I am migrating a very old site to WP and need a links directory. So far I like what I see but have now run into a few anomalies.
I have a version running on my own machine (WP 4.8.3) – I’ll call it MySite – and a test site on the net using WP 4.9 which I will call TestSite. I am using the latest version of the plugin on both sites.
A few days ago I used a csv and imported all of the links into MySite and it worked perfectly.
Today I went to import all the links using the same CSV file that I had previously used into my TestSite on the net and got “Invalid column count for link on row”. I then went to my MySite to test the CSV and got the “Invalid column count for link on row” there as well.
So I started again with the template, making sure that the delilmiter is ; and creating a test one in Open Office. I then opend the file in notepad to check all was correct which it was. But again I got the “Invalid column count for link on row”
Not to be daunted I did an export sql using phpMyAdmin from MySite for the tables wp_linkcategorymeta, wp_links and wp_links_extrainfo with a “delete table if exists” and then ran the sql through phpmyadmin for TestSite. All the data is there nicely but the links are not linked to the categories and I have 100’s of sites so do not fancy going through each and every one of them.
So looking for solutions so that I can get the links into TestSite and linked properly. I am hoping that I have just overlooked a table and it is not one of the default WP ones which will have alot of other stuff in and be tricky to export. Or a solution to the “Invalid column count for link on row” error would be even better!
Thank you for your time 🙂
The topic ‘Importing Link Library’ is closed to new replies.