0

As the title says, is there any option to save the data in different table in wordpress.

I have around 10000+ data in my site in a different table. I have moved this table inside wordpress database and i have created custom post and now I want to show the data from my own table not from wp_posts.

Any ideas, suggestion or example.

2
  • This had pretty big edit by anonymous user, which I rejected because it moved question away from original and answers. Please ask such as new question. Commented Aug 26, 2011 at 9:42
  • you could use PODs plugin to store data in custom table pods.io/tutorials/how-tos-sceencasts-series/… Commented Dec 21, 2017 at 18:06

1 Answer 1

2

Suggestion: move the data from the custom table into the wp_posts and wp_postmeta tables, as a custom post type.

It will save you a lot of effort, in the long run.

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.