CSV import to wordpress

May 19th, 2008

I found a script which can import csv file to wordpress. Thanks Zack for posting the original csv import script. I asked a programmer to modify the script(I am not a coder anyway :-)). Here are the changes:

  • tags support
  • multiple categories in one column

CSV sample:

wp_title|wp_post_date|wp_category|wp_content|wp_tags|field1|field2|field3….

title1|2008-05-14 23:59:59|cat1,cat2|long text content|tags1,tags2,tags3|extra field|some extra fields|other extra fields

Please use Category Slug in the csv file.

You can get the script here

About Site2nd.org

March 20th, 2008

Something about Site2nd.org

Site2nd.org is a site for mirroring services. If you want to mirror your site or download files, please contact us.

Here are the list of sites that already mirror in our server:

putty.site2nd.org
kerneltraffic.site2nd.org
xemacs.site2nd.org
analog.site2nd.org
sudodownload.site2nd.org
imagemagick.site2nd.org
qmailrocks.site2nd.org
openmpi.site2nd.org
curl.site2nd.org
qmail.site2nd.org
openssl.site2nd.org
exim.site2nd.org
isc.site2nd.org
pine.site2nd.org
wuftpd.site2nd.org
gimp.site2nd.org
openldap.site2nd.org
postfix.site2nd.org
sendmail.site2nd.org
vim.site2nd.org
webalizer.site2nd.org
lynx.site2nd.org
modssl.site2nd.org

Zenphotopress modification

November 20th, 2007

I asked a programmer to modify the Zenphotopress plugin, so that people can use a simple code and display the whole gallery in a wordpress post or page.

For example:

[zenphotopress]gallery=109[/zenphotopress]

This will display all the thumbnails of the gallery 109 (id in the album table) and link to the image directly.

I think that programmer also fix a problem of the script. The script seems can’t display the thumbs correctly I think it should work now.

I also sent the script to Simbul, see if he’s willing to include my modifictioans in his script.

You can download the script here

Installation:

  • Just install it like normal wordpress plugin
  • Set your zenphoto database under wordpress database
  • If you use mod_rewrite, remember to edit the .htaccess in order to show the correct path of your zenphoto directory
  • If you want to see the database id in your theme, you can use “id: <?php echo getAlbumID();?>” in your theme