• I want the wp-table-reloaded header only be included specifically on specified pages to maintain all other pages neat.

    cforms plugin and My Calendar have this function.

    How can I achieve this?

Viewing 1 replies (of 1 total)
  • Hi,

    this is currently not supported by WP-Table Reloaded. I thought about including this somehow, but came to the conclusion that the existing methods are not reliable enough.
    The problem is that the plugin can not properly detect (at the time when the HTML head is produced) whether there will be a table on the page.

    So, if you really need this, you could do it manually yourself: Copy the resulting CSS output of the plugin into a new CSS file and then deactivate the inclusion of the styles on the “Plugin Options” screen in WP-Table Reloaded. Then, in your theme’s functions.php, include some code to detect whether you are on a page where you want the CSS to be loaded, and load the newly created CSS file.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘[WP Table Reloaded] Include wp-table-reloaded header data on specific pages’ is closed to new replies.