In Chimera Standard theme package you’ll find a file named ’sidebar.php’. First save a copy of the file. Edit ’sidebar.php’ file and look at the <ol> tags, you will see ‘Sponsors’ title, ‘Recent Comments’ title, ‘Categories’ title, ‘Recommended’ title and ‘Most Recent’ title. You can change the titles as you like, but don’t delete the <ol> tags. For example i change the tile ‘Most Recent to ‘Recent Posts’. You can also change the order of the side bars, it’s simple. Select a title block with the mouse from <ol> tag to </ul> tag (just before the next <ol> tag), cut the block (CTRL + X) and paste it before any other <ol> tag. Save the file, upload the file and refresh/reload your web site with the browser. Disable a bar is also very simple just comment a block with <!-- before the <ol> tag and --> after the </ul> tag. Don’t delete nothing unless you really know what you are doing. Note that you don’t have to know HTML or PHP to do this, just pay attention to details, in the worth case you can upload the original copy of the ’sidebar.php’ file, and start all over again, don’t give up! have fun.
<!--
-->