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

jquery - How can publish my bootstrap created table ( huge amount of data) on my word-press theme?

programmeradmin3浏览0评论

I created a bootstrap table which is interactive with data-tables also.I use jquery too.How can i publish this table on my word-press table (code is working ).Thank you...

I just want to publish this table on word press website which is consists of huge amount of pages.

I created a bootstrap table which is interactive with data-tables also.I use jquery too.How can i publish this table on my word-press table (code is working ).Thank you...

I just want to publish this table on word press website which is consists of huge amount of pages.

Share Improve this question edited Jun 19, 2019 at 16:21 fuxia 107k39 gold badges255 silver badges459 bronze badges asked Jun 19, 2019 at 8:28 Jack SullivanJack Sullivan 112 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

If you want to add custom html code into your wordpress site probably the best approach is a custom template : https://developer.wordpress/themes/template-files-section/page-template-files/ Add the following to a new .php file into your template folder with this :

<?php /* Template Name: My Template */ ?>

Paste you custom html after it.

Then open WP admin and create a new Page.

Select My Template from the template setting

Save and view

发布评论

评论列表(0)

  1. 暂无评论