WordPress - add Database driven tables -


i'm trying move 1 of old php sites wordpress. part of site have 'top tables' e.g. top 10 cars, listing features etc. @ moment comes database , html generated data. if car gets hybrid engine check in database , web site table updates reflect that.

this works fine. don't know start when trying implement in wordpress. want keep wp header, footer, nav... , put table in content area.

someone recommended copying current generated html in new post , editing html when changes, sounds quick solution there must better way of doing this.

ideally want keep current data input pages (and separate database) of 'table data' , present out put post.

if can point me in right direction (key words should search for, guide) great.

depending on usecase, you'll want use static page template:

http://codex.wordpress.org/page_templates

or shortcodes:

http://codex.wordpress.org/shortcode_api


Comments

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

java - Using an Integer ArrayList in Android -