Making another sidebar to my site

4 replies
  • WEB DESIGN
  • |
I have 2 column site,and I have my adsense bar on my left.
I want to make another sidebar on my right for the menu navigation like categories,recent posts,search button and etc,can anyone help me?(I use CTR theme).
#making #sidebar #site
  • Profile picture of the author Istvan Horvath
    Get a two-sidebar theme.

    You don't want to hear this: but if you need to ask how to do it... then it is too difficult for you.
    Signature

    {{ DiscussionBoard.errors[5113654].message }}
  • Profile picture of the author xvisionxx
    I do understand html a little,I just want to add a second sidebar to my CTR theme,understand?
    Signature
    {{ DiscussionBoard.errors[5114029].message }}
    • Profile picture of the author angelie
      I have not used CTR theme before but generally, to be able to insert a right sidebar, you will need to create a new php file, say sidebar-right.php which will contain the code to show widgets like Categories, recent posts, etc. Then you need to call this right sidebar in other template files:
      i.e. <?php get_sidebar('right'); ?>

      Overall, it would take changes on functions.php file (to add right sidebar widget section), template files like index.php category.php single.php (to insert the right sidebar), and style.css (to adjust each of the column width). So I agree with Istvan that it could be too difficult for you. You may want to hire someone to do this for you, post an ad on the Wanted forum.
      {{ DiscussionBoard.errors[5114265].message }}
  • Profile picture of the author xvisionxx
    Angelie,thanks a lot for the help.
    Signature
    {{ DiscussionBoard.errors[5114286].message }}

Trending Topics