Hi I need help removing the side items off of my page (i.e. categories, archives, search) http://www.cloudedconsciousness.com/cloudlife/forums/forum/cloudedcommunity/ Please Help!
Hello, That is the widgetised area, it is used to add widgets, if you want to add your widget then go to Appearance -> Widget Here you can select your desired widget and drag drop to desired place. And if you want to hide those then use the following code in custom css Appearance > Theme Option > Styling Option > Custom CSS Code: .sidebar { display: none; } It will solve your issue.