最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

plugins - Import MS-Access data file to make the searchable page

programmeradmin3浏览0评论

I have an MS-access data file the contains the Books detail (used in my library). I want to import this data file to Wordpress page in such a way that user can sear the books with reference such as author, book title, and even either book is available (borrowed) in the library or not.

I search for the plugin but not found.

Please guide what should be done for the purpose.

I have an MS-access data file the contains the Books detail (used in my library). I want to import this data file to Wordpress page in such a way that user can sear the books with reference such as author, book title, and even either book is available (borrowed) in the library or not.

I search for the plugin but not found.

Please guide what should be done for the purpose.

Share Improve this question asked May 31, 2019 at 7:43 itfeatureitfeature 1012 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 1

I assume you want your WP site to be able to search this Access Database?

If so, then you would need to get your access database data into the WP database.

Multiple ways to accomplish this:

  1. ACF. You can use Advanced Custom Fields. Setup custom fields for your Books data and enter you data. You did not say how large your data is so this might not be a good option if you have a lot of data.

  2. create a custom WP database table. create the table based on your Access database. You can convert your Access database into a CSV file and then upload to your custom DB table. Now you can create a custom page template, will need to write custom code for this custom page template to search this new database table and return results on this page.

  3. If you want this Books data to be searchable throughout the WordPress site then you can import your Books data as WordPress data such as a Custom Post Type. Once you setup your new Books CPT and get your Books data into the WP database tables, then the Books data will be searchable throughout the website.

发布评论

评论列表(0)

  1. 暂无评论