not seeing any of my pages in the widget.
http://laptopacademy.net/wp2/
i suspect the problem may be my theme.
works fine in the preview on the settings page.
here's how the standard Pages widget looks on the same blog (wp 2.3.3)
not seeing any of my pages in the widget.
http://laptopacademy.net/wp2/
i suspect the problem may be my theme.
works fine in the preview on the settings page.
here's how the standard Pages widget looks on the same blog (wp 2.3.3)
also works fine in other themes.
also, script hand-written to blog works no-problem.
seems my theme is preventing plugins from writing script. how could i override that?
my theme was missing wp_head from between the HEAD tags.
Added <?php wp_head(); ?> before the <body> tag in the theme and it started working correctly.
here's the technical explanation:
http://codex.wordpress.org/Theme_Development#Plugin_API_Hooks
This topic has been closed to new replies.