-
Step 1
WordPress Theme EditorLog into your WordPress account and access the Theme Editor. Depending on which version of WordPress you’re using (older versions can access the editor through the “Design” menu and click “Theme Editor”). Newer versions such as version 2.7.1 can access the editor through the “Appearance” tab. Which ever version you have, just make sure you get to the Theme Editor.
-
Step 2
Vita sidebar.php codeSelect the file Sidebar (sidebar.php). Once you access the sidebar you’ll see the code for Vita’s right-most sidebar. Located near the top of the page, look for the following code: ?php J_ShowAbout(); ? and ?php J_ShowRecentPosts();? This is the code for the About and the Recent Posts that are hard coded into the template. Delete those two lines and everything in between (each line of code will have opening and closing symbols "<" and ">").
-
Step 3
Click save to save your changes. Now visit your blog to see that offending code is gone.















