Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ebioul

    (@ebioul)

    hello, thx for the explanation. I’m missing too much basic knowledge. Now I unsterstand how I can make it work. I created a shortcode an d used that on the page. now, I can see the version!
    Thank you for your expertize and patience.

    Thread Starter ebioul

    (@ebioul)

    Hey, thank you for your reply!
    For simpifying everthing, let’s stick with older_MSI_version. If I can get 1 arg, I’ll be able to get the rest 😉
    In the backend, I can fill in a version, click ‘save’ and when I refresh the page, the value is still there. So the value is saved.
    I checked (first time I open this ..) via phpMyAdmin > WP_options, I can see older_MSI_version and the version is filled in. So far so good!
    Now, I found the active template page. Where should I put this? And do I need to put it between php brackets? <?php print_r( get_option( ‘older_MSI_version’ )); ?>
    I did the next: Appearance > customize (active team) > widgets >widget area > add code
    <?php print_r( get_option( ‘older_MSI_version’ )); ?>
    pubish.
    I created a new page and published it as well. nothing to see. what am I doing wrong?
    thx in advance!

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