@ http://www.dailyautosblog.com you will see that in my right sidebar there is an "advertisements" section. This is default by the theme. However, there is no file to edit the side bar. sidebar.php only edits the left sidebar, and this is the ONLY sidebar file. I was able to add "sponsors" via a widget in the right to place my adsense code, but there is no file to edit the rest of the sidebar. The other elements are NOT widgets. I have checked and there is only one widget installed total (sponsors text/html) sidebar.php contains: <!-- Sidebar --> <div class="sidebar"> <h3>Pages</h3> <ul> <?php wp_list_pages('title_li='); ?> </ul> <h3>Categories</h3> <ul> <?php wp_list_categories('title_li='); ?> </ul> <h3>Archives</h3> <ul> <?php wp_get_archives('type=monthly'); ?> </ul> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(1) ) : ?> <?php endif; ?> </div> <!-- Sidebar --> PHP: I have searched and searched, and even done a text search "ctrl+f" in ever file for keywords that could bring up the right sidebar code and have gone through line by line looking for it. How can i edit my sidebar and where is the info being written from!
It's in the encrypted footer. The telltale sign is the right sidebar code under the posts code. BTW, the theme is called Sleek Car. It's a very common and easy to find.
You will have to give the theme. where you downloaded your theme from ? Give me the theme i will help you out.
I'm quiet aware it is a widely available theme and i even said that in my first post, thanks for your concerns though. Here is the download if you guys are willing to take a look at the files http://carthemes.net/download/sleek-car.zip
I was pointing it out for others. I know that you know, it's your blog! The code for the footer and right sidebar is "inside" that gibberish in footer.php. You need to rebuild the footer and sidebar from the code in source view.