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 badges1 Answer
Reset to default 0If 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
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745388449a4625549.html
评论列表(0条)