• 01-12-2008, 23:51:41
    #1
    Arkadaşlar su adresteki temada sidebarı sola alma şansım var mıdır ? nasıl alabilirim ?

    temanın download adresi.

    bilgisi olanlardan bi zahmet yardım bekliyorum.
  • 01-12-2008, 23:54:50
    #2
    denemedim ama #sidebar { float: left } kodları belki işine yarayabilir.olmazsa <?php get_sidebar(); ?> kodununun her dosyaki yerini değiştirerek yapabilirsin.
  • 02-12-2008, 00:22:33
    #3
    <?php get_sidebar(); ?> kodunu 2. satıra ekledim Sidebar sola geçti fakat yazılar sağa degil sidebarın altına geçti. temanın orjinall index php ve style.css si asağıda arkadaşlar yardım edebilecek var mı acaba ?
    <?php get_header(); ?>
    <div id="middle">
        <div id="content">
        <?php if (have_posts()) : ?>
    <?php while (have_posts()) : the_post(); ?>
    <div class="post" id="post-<?php the_ID(); ?>">
    <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
    <div class="entry">
    <p><?php the_time('F jS, Y') ?> by <?php the_author() ?></p>
    <?php the_content('Read the rest of this entry &raquo;'); ?>
    <div class="spacer"></div>
    </div>
        <ul class="post-data">
        <li class="comments">
    <?php comments_popup_link('No Comments &raquo;', '1 Comment &raquo;', '% Comments &raquo;'); ?>
    </li>
        <li class="posted">
    Posted in <?php the_category(', ') ?> <?php edit_post_link('Edit','',''); ?> 
    </li>
    </ul>
    </div>
    <?php comments_template(); ?>
    <?php endwhile; ?>
    <p align="center"><?php next_posts_link('&laquo; Previous Entries') ?> <?php previous_posts_link('Next Entries &raquo;') ?></p>
    <?php else : ?>
    <h2 align="center">Not Found</h2>
    <p align="center">Sorry, but you are looking for something that isn't here.</p>
    <?php endif; ?>
        </div>
    <?php get_sidebar(); ?>
        </div>
    <?php get_footer(); ?>
    buda styl css si..
    /*  
    /*  
    Theme Name: EvolutionOfDance
    Theme URI: http://topwpthemes.com/evolution-of-dance/
    Description: Designed by <a href="http://designed.nu">Design Blog</a> and available FREE at <a href="http://www.zinruss.com/themes/">WordPress Themes Gallery</a>
    Author: Design Blog
    Author URI: http://designed.nu
    © 2008, Design Blog. All rights reserved. 
    */
    
    * { margin: 0; padding: 0; }
    
    body {
    	background: url(images/bg.jpg);
    	text-align: center;
    	margin: 0 auto;
    	}
    	
    
    /* -------------------
    Main Structure
    ------------------- */
    	
    #frame {
    	width: 900px;
    	text-align: left;
    	margin: 0 auto;
    	background: url(images/framebg.jpg) 0 0 no-repeat;
    	border-left: 5px solid #6a8c04;
    	border-right: 5px solid #6a8c04;
    	}
    	
    #middle {
    	background: url(images/framebg.jpg) 0 0 repeat-y;
    	overflow: auto;
    	width: 100%;
    	}
    
    #content {
    	float: left;
    	width: 623px;
            padding-left: 6px;
            padding-right: 5px;
    
    	}
    	
    #sidebar {
    	float: left;
    	background: #f7fbf1;
    	width: 215px;
    	padding: 10px;
            margin-bottom: 8px;
    	border: 8px solid #6a8c04;
    	}
    	
    /* -------------------
    Header
    ------------------- */
    
    #header {
    	height: 110px;
            background: url(images/header.jpg);
            width: 900px;
            height: 280px;
    	}
    
    .header-title {
    	font-family: Tahoma, Arial, Helvetica, sans-serif;
    	color:#81932f;
    	font-size:30px;
            font-weight:bold;
    	padding: 113px 328px 0 0px;
    	text-align:right;
    
    	}
    .header-title a{
    	color:#81932f;
    	text-decoration:none;
    	border-bottom:none;
    	}
    .header-title a:hover{
    	color:#81932f;
    	text-decoration:none;
    	border-bottom:none;
    	}
    .header-description {
            font-size: 11px;
    	font-family: Tahoma, Arial, Helvetica, sans-serif;
            font-weight: normal;
    	color:#886d16;
    	padding: 3px 328px 0 0px;
    	text-align:right;
    	}
    	
    
    
    	
    /* -------------------
    Content
    ------------------- */
    
    #content .post {
    	margin: 0 10px 20px 10px;
    	}
    	
    /* general #content definitions */
    	
    #content h2 {
    	color: #e2eecf;
            background: url(images/h2-bg.jpg);
    	font: 13px Tahoma, Arial, Helvetica, sans-serif;
    	font-weight: bold;
    	margin: 0;
            padding: 3px 0px 4px 8px;
    	}
    
    #content h2 a {
    	color: #f7fbf1;
    	text-decoration: none;
    	}
    
    #content h2 a:hover {
    	color: #f7fbf1;
    	text-decoration: none;
    	}
    	
    #content h3 {
    	font: 0.7em/1.5em Tahoma, Arial, Helvetica, sans-serif;
    	color: #1e3201;
    	margin: 1.1em 0 0.2em 10px;
    	font-weight: bold;
    	}
    	
    #content h4 {
    	font: 0.7em/1.5em Tahoma, Arial, Helvetica, sans-serif;
    	color: #1e3201;
    	border-left: 1em solid #a5c1e5;
    	padding: 0 0 0 0.5em;
    	margin: 1em 0;
    	}
    	
    #content p, #content dl {
    	color: #1e3201;
    	font: 0.7em/1.5em Tahoma, Arial, Helvetica, sans-serif;
    	}
    	
    #content p, #content ul, #content ol, #content dl {
    	margin: 0 0 0.7em 0;
    	}
    	
    #content li {
    	margin: 0 0 0 30px;
    	color: #1e3201;
    	font: 0.80em/1.5em Tahoma, Arial, Helvetica, sans-serif;
    	}
    	
    #content dl dt {
    	font-weight: bold;
    	}
    	
    #content dl dd {
    	margin: 0 0 0.4em 0.5em;
    	}
    	
    #content blockquote {
    	margin: 0 0 1em 2em;
    	border-left: 5px solid #c3d7a4;
    	padding: 0 0 0 1em;
    	color: #1e3201;
    }
    
    	
    #content a { color: #1e3201; }
    #content a:hover { color: #1e3201; }
    	
    #content .post ul.post-data {	
            background: #698a04;
    	list-style: none;
    	font: 0.85em/1.5em Tahoma, Arial, Helvetica, sans-serif;
    	padding: 0.1em 0 0.2em 0;
    	color: #f7fbf1;
    	border: 1px solid #698a04;
    	margin: 0px;
            text-transform: lowercase;
    	}
    
    #content .post ul.post-data li {
    	color: #f7fbf1;
            text-transform: lowercase;
    	}
    	
    #content .post ul.post-data a {
    	text-decoration: none;
    	color: #f7fbf1;
            text-transform: lowercase;
    	}
    	
    #content .post ul.post-data a:hover {
    	color: #f7fbf1;
    	}
    
    #content .post ul.post-data li.comments {
    	float: right;
    	margin: 0 0.7em 0 0;
    	display: inline; /* fixes double float bug in IE */
    	}
    	
    #content .post ul.post-data li.comments a {
    	padding: 0 0 0 15px;
    	}
    	
    #content .post ul.post-data li.posted {
    	margin: 0 0 0 0.7em;
    	}
    	
    #content .post ul.post-data li.posted a {
    	padding: 0 0 0 1px;
    	}
    	
    #content .post ul.post-data li.comments a:hover, #content .post ul.post-data li.posted a:hover {
    	background-position: 0 -38px;
    	}
    
    .entry {
    	margin: 0px 0 0px 0;
    	padding: 10px;
            background: #f7fbf1;
    	border-left: 1px solid #c3d7a4;
    	border-right: 1px solid #c3d7a4;
    	}
    
    .entry  p {
    	margin: 5px 0 5px 0;
    	padding: 0;
    	}
    
    .entry  img { 
          padding: 4px;
          border: #c3d7a4 1px solid;   
          }
    
    
    .entry  img.alignleft { 
                    float: left;
                    margin: 3px 3px 3px 0;
                    }
    
    .entry  img.alignright { 
                     float: right;
                     margin: 0 3px 3px 3px;
                     }
    
    .spacer {   padding: 0px;
                text-align: right;
                clear: both;
                text-transform: lowercase;
                }
    	
    /* -------------------
    Comments
    ------------------- */
    
    #content #comments {
    	margin: 0 20px 20px 25px;
    	}
    	
    #content #comments .comment {
    	margin: 0 0 2em 0;
    font: 11px Tahoma, Arial, Helvetica, sans-serif;
    	}
    	
    #content #comments .comment p, #content #comments .comment li, #content #comments .comment a { 
    font: 11px Tahoma, Arial, Helvetica, sans-serif;
    	color: #1e3201;	}
    #content #comments .comment a:hover { 
    font: 11px Tahoma, Arial, Helvetica, sans-serif;
    color: #1e3201; }
    	
    #content #comments .comment p {
    	margin: 0 0 0.8em 0;
    font: 11px Tahoma, Arial, Helvetica, sans-serif;
    	}
    	
    #content #comments .comment .comment-data p {
    font: 11px Tahoma, Arial, Helvetica, sans-serif;
    	color: #1e3201;
    	border-top: 1px dashed #c3d7a4;
    	border-left: 1px dashed #c3d7a4;
    	padding: 0 0 0 22px;
    	margin: 1.5em 0 0 0;
    	}
    	
    #content #comments .comment .comment-data p a { 
    font: 11px Tahoma, Arial, Helvetica, sans-serif;
    color: #1e3201; }
    #content #comments .comment .comment-data p a:hover { color: #1e3201; }
    
    
    
    	
    	
    /* -------------------
    Sidebar
    ------------------- */
    
    
    	
    #sidebar h3 {
    	color: #1e3201;
    	font: 0.8em/1.5em Tahoma, Arial, Helvetica, sans-serif;
    	font-weight: bold;
    	margin: 0 0 5px 0;
            padding-bottom: 2px;
    	border-bottom: 1px solid #1e3201;
    	}
    	
    #sidebar p, #sidebar li {
    	color: #6a8c04;
    	font: 0.7em/1.5em Tahoma, Arial, Helvetica, sans-serif;
    	}
    	
    #sidebar p, #sidebar ul, #sidebar ol {
    	margin: 0 0 10px 0;
    	}
    	
    #sidebar ul { list-style: none; }
    
    #sidebar ul li {
    	padding: 0 0 0 3px;
    	list-style-type: circle;
    	margin-left: 16px;
    	}
    	
    
    #sidebar a {
    	color: #1e3201;
    	text-decoration: none;       
    	}
    	
    #sidebar a:hover {
    	color: #1e3201;
    	text-decoration: underline;
    	}
    	
    .ad200 {
    	text-align: center;
            margin-bottom: 15px;
    }
    
    /* -------------------
    Footer
    ------------------- */
    
    #footer {
    	clear: left;
    	background: url(images/footer.jpg) 0 0 no-repeat;
    	height: 36px;
    	}
    	
    #footer #footertext {
    
    	color: #000000;
    	font: 0.7em/1.6em Arial, Helvetica, sans-serif;
    	padding: 12px 0 0 0;
    	text-align: center;
    	}
    	
    #footer #footertext a {
    	color: #000000;
    	text-decoration: none;
    	}
    
    #footer #footertext a:hover {
    	color: #000000;
    	text-decoration: none;
    	}
    	
    #footer #searchform {
    	padding: 33px 0 0 30px;
    	}
    	
    #footer #searchform .searchfield {
    	height: 17px;
    	}
    	
    #footer #searchform .searchbutton {
       height:22px;
    	}
    
    .alt
    {
    	margin-top: 10px;
    	padding: 10px;
    	font: 11px Tahoma, Arial, Helvetica, sans-serif;
    	width: 450px;
            background: #f7fbf1;
            border: 1px solid #c3d7a4;
    }
    
    
    
    .commentlist li {
    margin-bottom: 1.5em;
    font: 1.1em Tahoma, Arial, Helvetica, sans-serif;
    width: 543px;
    padding-bottom: 1em;
    }
    
    
    .commentmetadata
    {
    font: 11px Tahoma, Arial, Helvetica, sans-serif;
    }
    
    .commentlist cite, .commentlist cite a {
    	font-weight:bold;
    	font-style:normal;
    	font-size:1.1em
    	}
    
    .commentlist p
    {
    font: 11px Tahoma, Arial, Helvetica, sans-serif;
    }
    
    #commentform {
    margin: 1em 0;
    margin-left:2em;
    width: 570px;
    }
    
    #commentform textarea {
    
    background: #f7fbf1;
    border: 1px solid #c3d7a4;
    width: 560px;
    }
    #commentform textarea:hover {
    background: #f7fbf1;
    border: 1px solid #c3d7a4;
    }
    #commentform textarea:focus {
    background: #f7fbf1;
    border: 1px solid #c3d7a4;
    }
    
    #commentform #email, #commentform #author, #commentform #url {
    font-size: 1.1em;
    background: #f7fbf1;
    border: 1px solid #c3d7a4;
    width: 200px;
    height: 15px;
    }
    #commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
    font-size: 1.1em;
    background: #f7fbf1;
    border: 1px solid #c3d7a4;
    width: 200px;
    }
    #commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
    font-size: 1.1em;
    background: #f7fbf1;
    border: 1px solid #c3d7a4;
    width: 200px;
    }
    #commentform input{
    margin-bottom: 3px;
    }
    
    #commentform #submit {
    	margin:0;
    	float:left;
            background: url(images/submit-button.jpg);
            color: #e2eecf;
    	font: 11px Tahoma, Arial, Helvetica, sans-serif;
    	border:1px solid #648304;
            padding-left: 8px;
            padding-right: 7px;
            padding-bottom: 3px;
            margin-bottom: 18px;
            height: 20px;
            text-transform: lowercase;
    	}
    
    .post{margin:0 0 25px 0;}