Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Forum: Plugins
    In reply to: csv imports stopped working

    I’m having the same problem. I used Zack preble’s csv importer. I upload roughly a thousand posts at a time and it seems to upload a random number of posts; anywhere from 1- to a couple hundred. What’s strange is that during the import process the page says that all the files have been imported. I need help.

    Forum: Your WordPress
    In reply to: XML data feed import

    Hey Free Marconi,

    I get the following message when I activate the plugin:

    Plugin could not be acivated because it triggered a fatal error:

    Fatal error: Call to undefined method xmltowp::import() in E:\websites\home\wp-content\plugins\xmltowp.php on line 33

    line 32: function xmltowp_init() {
    line 33: $this->import();

    Any ideas?

    Forum: Your WordPress
    In reply to: XML data feed import

    The plugin doesn’t seem to be working for my blog.

    I have roughly a thousand posts I need to generate from a live XML feed and the tags vary from the wordpress standard. For instance

    title = long_name
    pubdate = created_at
    category = group_type

    How do I make these changes? And does the plugin automatically generate the posts once the .php file is properly in order?

    So far I listed the strings like so
    $post_title = $item->long_name;
    $pubDate = $item->created_at;
    $categories = $item->group_type;

    Is that right?

    And if I wanted to add additional fields how would I go about creating those strings properly and have them displayed in the content area?

    Any help would be helpful

Viewing 3 replies - 1 through 3 (of 3 total)