• craig806

    (@craig806)


    http://tela-web.com/wordpress-plugins/sticky-menu/

    I read the first 2 comments ont he page but I am unsure where to place this thank you

    CREATE TABLE wp_stickymenu (
    id int(11) UNSIGNED NOT NULL AUTO_INCREMENT,
    name VARCHAR(55) NOT NULL,
    link VARCHAR(255) NOT NULL,
    menu VARCHAR(55) NOT NULL,
    weight int(11) NOT NULL DEFAULT ‘0’,
    disabled TINYINT NOT NULL DEFAULT ‘0’,
    PRIMARY KEY (id)
    ) TYPE = MYISAM;

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘sticky-menu messed up’ is closed to new replies.