Use existing WordPress custom table?
-
Client has enormous Excel file, all text, basically magazine article listings with subject, article title, author, issue number, etc. Easily imported into WordPress via MyPhpAdmin as new table, Excel–>CSV–>MySql. So, is just another WordPress table in the database.
I want to allow a user to search this table, and display the results on a WP page. Given the huge amount of data (several thousand rows…), I will hide the data from the user and just let him/her search.
I was able to set up Pods to allow Advanced Content Types and Advanced Relationships, but I can’t see quite how to select my EXISTING custom table as a custom data type when creratinbg a new pod.
Can someone point me in the right direction? I have created this type of query in PHP before, but not from within WordPress. If Pods can help me avoid having to do custom coding using the wpdb (WordPress Database Access Abstraction Object), it would help me a great deal.
- The topic ‘Use existing WordPress custom table?’ is closed to new replies.