Correctly import old sidebar to wordpress
-
First of all, I hope this post is in the right forum. And also thanks for every reply I’ll receive.
So now lets go to my problem:
I have to “import” an old website to WordPress. And since I really don’t get php or what else at all, I need your help. For all who say, that you need learning php first.. I know I’m on the case ^^.
So on the old website which you can find here, you can see that the sidebar is with those hover thingis.. ^^
Well in WordPress, my code looks like this:
<div id="primary" class="sidebar"> <?php if (!function_exists('dynamic_sidebar') || !dynamic_sidebar(1) ) : // begin primary sidebar widgets ?><ul id="pages"><?php wp_list_pages('title_li=&sort_column=menu_order' ) ?></ul><?php endif;?></div>
So yeah you can see, I own an extreme knowledge of WP.. By the way its my first website. So what I need are just some tips to help me, I really don’t need code or something. I want to do it by myself with a bit help. ??
Thanks vor every answer.
- The topic ‘Correctly import old sidebar to wordpress’ is closed to new replies.