jal_democracy
-
Hi im newbie have some wp site but still work my head around.
I have a problem, i create a theme from scratch (not template) and have form with php validation working, now i try change the style with copying same theme and altered the css and adding some page. i move the form to different page. which i think it should not cause a problem.
when i try my new theme the form function not working ?? it says:
Error 404 – Not Found
Fatal error: Call to undefined function jal_democracy() in ……./sidebar.php on line 5i dont understand why?
this is whats on sidebar.php
-
<?php /* Widgetized sidebar, if you have the plugin installed. */
- <?php jal_democracy(1)?>
if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar() ) : ?><?php endif; ?>
and this is whats on function.php
if ( function_exists(‘register_sidebar’) )
register_sidebar(array(
‘before_widget’ => ‘<li id=”%1$s” class=”widget %2$s”>’,
‘after_widget’ => ”,
‘before_title’ => ‘<h2 class=”widgettitle”>’,
‘after_title’ => ‘</h2>’,
));thanks
- The topic ‘jal_democracy’ is closed to new replies.