• hey guys
    I have problem in theme i designed
    all plugins not work on my theme for example wp-postviews and sexy bookmarks and others although they are working on default theme

    anybody plz help me

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator cubecolour

    (@numeeja)

    Have you followed the relevant conventions in putting together your theme, such as included <?php wp_footer(); ?> before your closing </body> tag?

    open header.php
    add <?php wp_head(); ?> before </head>

    and footer.php
    add <?php wp_footer(); ?> before </body>

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

The topic ‘all plugins not work on my theme’ is closed to new replies.