31 March 2009 ~ 1 Comment

Import CSV into Pages on Wordpress

I’ve been looking for a way to import a csv into pages on Wordpress. So far all I’ve found is plugins to import csv’s into posts. In the past I’ve ran mySQL inserts created from spreadsheets, which do work but are time consuming to create.

I’ve found one import scrip which with a simple change will upload csv files into pages. You can download the plugin (well it’t not technically a plug in but an import script which goes in /wp-admin/import) from Zack Preble’s blog.

All you need to do is change line 292 from

= "post";

To

= "page";

That sets the new entry as a page rather than a post. Get your csv ready and upload. This is great for building new sites or transferring sites in to Wordpress as you can get the client to prepare all the data in excel first. The other useful tip is for affiliates …… product feeds……

Continue Reading

15 February 2009 ~ 0 Comments

Manchester WordPress User Group (MWUG)

The Manchester WordPress User Group (MWUG) pretty much does what it says on the tin, it’s a group for WordPress users based in Manchester. As a platform WordPress is pretty much everywhere so it makes sense that a group should be started. There’s already a WordPress UK North group but that does include members from Yorkshire.

manchester wordpress user group

The group has sprouted from the MDDA and (MWUG) have site over at http://mwug.info/ which is currently been worked on. There’s a Google Group too over at http://groups.google.com/group/manchester-wordpress-user-group and they are on twitter too @mwug. So if you like WordPress and your based in Manchester get signed up to the group and down to a meeting!

Continue Reading

02 January 2009 ~ 0 Comments

Wordpress 2.7 Running Slow

It’s a new year and a good New Years Resolution is to upgrade any software running on your site. Before Christmas Wordpress 2.7 was released with a lot of hype due to the major changes to the administration section. Although many have been happy with the upgrade many Wordpress users have had problems with the new release.

The general chat and forum posts (e.g. tin68) seemed to pin point the problem not with Wordpress but with web host or plugins not compatible with 2.7.

So if your planning an upgrade or have upgraded here are a few tips.

    Before doing anything take a backup of your entire MySql database and all files that Wordpress uses.
    If you have done the installation and Wordpress 2.7 is running slow switch off all your plug ins and try the back end.
    If it’s still not working install a second version of Wordpress 2.7 add some posts into the blog. Try the backend, if it works the problem might be corrupt database on your original blog, try exporting articles from the old blog into the new installation. If the second installation doesn’t work at all then it looks like your host is the problem. Your now going to have to get in contact with your hosting company, but before that open a thread at http://wordpress.org/support with a link to a php info file uploaded on your site.
    If your still not having any luck after a post on Wordpress you might want to get in contact with your host to ask if they are running the latest version of PHP.

So if you are planning on a upgrade, Good luck, and if you have upgraded and your having problems then you might want to check out the old versions of Wordpress.

Continue Reading

Tags: ,
test test 2 test3