Wordpress Sidebar Help!

Discussion in 'WordPress' started by brandon93s, May 8, 2009.

  1. #1
    @ 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!
     
    brandon93s, May 8, 2009 IP
  2. Blonde Jon

    Blonde Jon Active Member Affiliate Manager

    Messages:
    745
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    58
    #2
    I can take a look at it for you. I'll do it for free. Send me a PM.
     
    Blonde Jon, May 8, 2009 IP
  3. Cash Nebula

    Cash Nebula Peon

    Messages:
    1,197
    Likes Received:
    67
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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.
     
    Cash Nebula, May 8, 2009 IP
  4. blognbucks

    blognbucks Peon

    Messages:
    375
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    You will have to give the theme. where you downloaded your theme from ? Give me the theme i will help you out.
     
    blognbucks, May 9, 2009 IP
  5. brandon93s

    brandon93s Active Member

    Messages:
    798
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    85
    #5
    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
     
    brandon93s, May 9, 2009 IP
  6. Cash Nebula

    Cash Nebula Peon

    Messages:
    1,197
    Likes Received:
    67
    Best Answers:
    0
    Trophy Points:
    0
    #6
    :rolleyes: 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.
     
    Cash Nebula, May 9, 2009 IP