i have already a self developed news website, now i need to take advantage of wordpress functionalities without starting from 0 but using the database of existing content i already have.
the actual structure looks like this : Article (id, keywords, title, description, picture_link, date_art, reads, mag_version, #category, order, visible)
Category (id, name, order, visible)
All i need to keep is : title, description, category and mag_version as a custom field if possible.
Thanks.