• I’m trying to make a schedule page for an event on a WordPress website.

    I essentially have two custom post types which I have made myself called “slot” and “session”. Each “slot” is essentially a time slot which then has four custom fields called “A” “B” “C” & “D” where then I am then providing the ID of the session. The idea is then that each slot can have up to 4 sessions but with then the actual data for the session (so the name of the presentation, speaker name etc) being held in the session record.

    What I’m now looking to do is show a table of slots with the associated sessions

    However, when looking at table plugins, while you can very easily create a table for a specific custom post type, if a post ID is provided in one of its field there then didn’t seem to be a way of getting the plugin to look up the post ID and then display fields from that related post. Does anyone know of a plugin where this is possible?

    Or does anyone know of a table plugin, where rows are made from timeslots rather than actual posts? This seemed more complicated compared to the 1st option but I could be wrong.

    • This topic was modified 2 years, 10 months ago by roperjonathan.
    • This topic was modified 2 years, 10 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic
Viewing 1 replies (of 1 total)
  • @roperjonathan,

    It seems you are searching long a wide to solve this. Sometimes these issues are not easily solvable by plugins.

    My suggestion is to hire a developer to:

    In a well done child theme, create custom functions that not only create the data needed, but can then pull that all together into the tables desired.

    While WordPress provides a wide array of functions, keep in mind that they are all based on PHP and the MySQL DB.

    One can easily use PHP in that Child Theme with includes in page templates or template parts.

    Since we can can easily combine and output well done HTML and PHP in those includes, there is literally no limit to what can be done and is done.

Viewing 1 replies (of 1 total)
  • The topic ‘Table Plugin That Can Show Multiple Custom Post Types In Same Row’ is closed to new replies.