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

    (@arnoldpiscel)

    Solved. To remove cookies setup in the backend cookies exp. date -1.

    Solved2. edite wlcome.php file on line 35

    function welcome_output (){
    	if (is_page(array('page-name', 'page-name','page-name','page-name',))){ global $wDefaults;
    	$wVar = welcome_getOptions();

    Add how much you want. THANKS TO PLUGIN AUTHORS!

    Alex

    (@alexchavez)

    The above code just woke my script. I’m trying to get this to work:

    function welcome_output (){
    if(is_home()) global $wDefaults;
    $wVar = welcome_getOptions();

    So that the message only shows on the home page. But it is not woking either.

    Any help would be appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove cookies and setup welcome message only on 1 page’ is closed to new replies.