• mythusmage

    (@mythusmage)


    if (function_exists(’wassup_sidebar’)) {
        wassup_sidebar(”);
        }

    I ask, what is missing from the above code? (And why is it so hard for some plug-in designers to include necessary information?)

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

    (@moshu)

    The first wrong thing is: you have “fancy” quotes in the code and they will not work. Retype them to have straight ones.
    ’wassup_sidebar’ vs. 'wassup_sidebar'

    michelem

    (@michelem)

    The function works only if you give every parameters like this:

    if (function_exists('wassup_sidebar')){
    wassup_sidebar('','','<h2>','</h2>','Online Visitors','links',20,1,5,1,5,1,10,1,10);
    }

    as I describe it in the WassUp page ( https://www.wpwp.org/download )
    However it’s better using the sidebar widget I wrote, but your worpdress theme must be widget ready ( https://automattic.com/code/widgets/themes/ )

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not Wanting to Screw Up My Installation’ is closed to new replies.