Naturegirrrl
Member
Posted 1 year ago #
Hi,
I am very new to wp.
Able to see widgets on my dashboard:
Theme mytheme with 3 Widgets
but widgets not visible when I go to my home wp page.
However when I preview the theme which by theme is based "sandbox" all of the widgets are visible on the sandbox theme page.
http://aaintergroupnepa.org/wordpress/
Any direction would be most appreciated.
Thank you.
Check your sidebar.php (or wherever your sidebar code is) and make sure you have the appropriate code to call in your widgets, ie: the dynamic_sidebar() function.
http://codex.wordpress.org/Function_Reference/dynamic_sidebar
check your error logs, or turn on debug, it doesn't look like your whole page is rendering, and what is there has invalid html.