Hi all :)
I need to create Wordpress posts autogenerated from MySQL. In the database there will be only some core entries which contain the main information for the posted content. But I don’t need to keep these entries in wp_posts, only to generate it in real time (when the user passes to certain url of the page). So, how I can do this?
Thx for help!