Need a way to add a dynamic table that changes daily
-
Hello. I am a new WordPress user. Here is what I need to figure out.
I need to add 2 tables to my site. Table 1 has 5 sections, and each section has a time slow associated to it. The table looks something like this:
Today’s date
Section A, 9 AM, 9:30 AM
Section B, 11 AM, 11:30 AMand so on..
the time is an input from a file/table/db (whatever works). I can have the input ready for the whole month or the whole year. The section A, b,… is static. So basically, everyday, the site will change the time, based on today’s date for each of the sections, defined in the input file or DB.
The second table needs to update daily activities by day of the week:
e.g.
Today is Monday
Activity A is at 9 AM
Activity B is at 7 PM
and so onThe # of activities per day will change depending on the day of the week. Again the input can be from xml, csv, db, whatever.
Today this is done in javascript and xml files but it is very hard to debug and I am not sure how to replicate in word press. good news is, word press has a DB and you experts here to help ??
Thanks!
- The topic ‘Need a way to add a dynamic table that changes daily’ is closed to new replies.