Hello! I have this code added on my function.php It basically enable me to put a wifget on a static page by putting on my static page. My problem is the existing unnamed sidebar widget disappeared when I put that code. I'm thinking that I only need to change the name of this "unnamed sidebar" for it to show up. Here's what I have in the original funtion.php I think I only need to integrate that on the code above. Anyone who can help me? Thanks!
If You like blogging. You like to share your thoughts with your readers, so why pay for it. Wordpress.com is free
<?php dynamic_sidebar('sidebar1'); ?> <?php dynamic_sidebar('sidebar2'); ?> you can use both of these...............