Title: klyxmaster's Replies | WordPress.org

---

# klyxmaster

  [  ](https://wordpress.org/support/users/klyxmaster/)

 *   [Profile](https://wordpress.org/support/users/klyxmaster/)
 *   [Topics Started](https://wordpress.org/support/users/klyxmaster/topics/)
 *   [Replies Created](https://wordpress.org/support/users/klyxmaster/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/klyxmaster/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/klyxmaster/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/klyxmaster/engagements/)
 *   [Favorites](https://wordpress.org/support/users/klyxmaster/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [MYSQL Table and Field Definitions](https://wordpress.org/support/topic/mysql-table-and-field-definitions/)
 *  Thread Starter [klyxmaster](https://wordpress.org/support/users/klyxmaster/)
 * (@klyxmaster)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/mysql-table-and-field-definitions/#post-2107691)
 * [@danhgilmore](https://wordpress.org/support/users/danhgilmore/)
    Hi.. Yes did
   see that earlier. meta_id and post_id (i believe this one references the actual
   id of the post) but the metaa_id eludes me. the meta_value and meta_key I already
   figured out. I just want to make sure when i set those values the correspond 
   to the right post. I believe meta_id is autoincrement, so most likely I can just
   leave that blank and wp will handle that.
 * If I find anything i’ll post it here. Its actually a large database provided 
   by my vendor and how i want each post formatted goes beyond the standard “auto-
   posts” scripts out there. If I wanted a simple icon, body, category, the above
   script would work perfect. 🙂
 * thanks for the reply!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [MYSQL Table and Field Definitions](https://wordpress.org/support/topic/mysql-table-and-field-definitions/)
 *  Thread Starter [klyxmaster](https://wordpress.org/support/users/klyxmaster/)
 * (@klyxmaster)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/mysql-table-and-field-definitions/#post-2107672)
 * Your question :
    1. off topic 2. doesn’t answer the original post.
 * > I have a 2k database that I started to enter manually, then I realized it would
   > be easier to just do it via php
 * manually = via wordpress
 * I did use:
    _[Code moderated as per the [Forum Rules](http://codex.wordpress.org/Forum_Welcome).
   Please use the [pastebin](http://wordpress.pastebin.com/)]_
 * however this does not allow multiple category posting and does not allow for 
   a feature image to be inserted.
 * With my current script I can download images,put them in the correct folder, 
   format my post as needed. but in order for the feature **IMAGE** to work correctly
   it needs certain criteria to be inserted in the **postmeta**. The above only 
   deals with a post and one category
 * WP in nothing short of a giant gui for a SQL database of posts.
 * If you would like more details as to why or link to site, email me as it is not
   the topic of this post.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Oldie but holding strong the RSS/404 error](https://wordpress.org/support/topic/oldie-but-holding-strong-the-rss404-error/)
 *  Thread Starter [klyxmaster](https://wordpress.org/support/users/klyxmaster/)
 * (@klyxmaster)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/oldie-but-holding-strong-the-rss404-error/#post-2105713)
 * SOLVED
 * instead of linking to
    [http://www.mydomain.com/feed/](http://www.mydomain.com/feed/)
 * i use:
    [http://www.mydomain.com/?feed=rss2](http://www.mydomain.com/?feed=rss2)
 * that did the trick.
 * I believe this works because I have the permalinks set up this way ( I need to
   because of the way certain pages work)

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