Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Michael Simpson

    (@msimpson)

    I suggest to install my Shortcodes Actions And Filters plugin, create a short code with just the line echo $_REQUEST['parameter']; then add that shortcode additionally to the post.

    Thread Starter andywt

    (@andywt)

    Michael,
    Thanks for the suggestion. I have been playing around with this but am missing something. How do to tell the new short code which cfdb function you are extending. For example if i am trying to extend the cfdb-datatable shortcode to include the echo $_REQUEST['parameter'] , how do I import that functionality in my new shortcode?

    Plugin Author Michael Simpson

    (@msimpson)

    My understanding is that you want something printed at the beginning (before) the table. Make a short code that echos the value put that SC in your post. Follow it immediately by the cfdb short code in your post. They are 2 independent short codes.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Report Title based on URL Variable’ is closed to new replies.