• Hello,

    I have the following problem, I want to display tables by the title name of the page. So that every time I make a new page, the Table with that specific name would show up. I put this in a new page (I used the ExecPHP)

    [TABLENAME=<?php global $post; global $slug; $slug = $post->post_name; echo "$slug"; ?>]

    It works fine until I include that page into another page with “iinclude_page_plugin”. I do not have any PHP skills, it already took me two hours to write that little piece of code ;-).

    Now my question is, how is this fixable, is it maybe possible to put the WP-table tag in a php file, and not in an page or post?

  • The topic ‘[Plugin: WP-Table] [WP-table] Dynamic’ is closed to new replies.