Merhaba Arkadaslar bi tema Entegre ettim fakat bir sorunum var
3 tane haber yazı eklıyorum ilk 2 tanesi çerçeveli çıkıyor 3ncusu çerçevesi çıkmıyor
Nasıl Dzeltirim Bunu
Page.php Dosyam
<html>
<?php get_header(''); ?>
<?php get_sidebar(''); ?>
</article>
</aside>
<aside id="right">
<section id="slider_bg" >
<div id="slider">
<?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow(); } ?>
</div>
</section>
<div id="content_ajax"> <article>
<article>
<?php while(have_posts()) : the_post(); ?>
<a href="<?php the_permalink('') ?>" class="top"> Sayfa : <?php the_title(''); ?></a>
<section class="body">
<p><?php the_content(''); ?></p>
<div class="clear"></div>
<div class="news_bottom">
</div>
</section>
</article>
<?php endwhile; ?>
</div>
</aside>
<?php get_footer(''); ?>
</body>
</html>
Header.php
<?php wp_head(); ?>
<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/application/css/default.css" type="text/css" />
<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/application/themes/uo5/css/cms.css" type="text/css" />
<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/application/themes/uo5/css/main.css" type="text/css" />
<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/application/modules/news/css/news.css" type="text/css" />
<link rel="shortcut icon" href="<?php bloginfo('template_url'); ?>/application/themes/uo5/images/favicon.gif" />
<!-- Search engine related -->
<meta name="description" content="WoW 3.3.5 instant 80 custom" />
<meta name="keywords" content="World of warcraft,Wow-coma,Blizzlike,transmogrification,Lag free,Great vote rewards,Hard means fun,Character tools,Teleportation,Almost no bugs,have fun,wow coma," />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<!-- Load scripts -->
<script src="../html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<script type="text/javascript" src="../ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script type="text/javascript">var isIE = false;</script>
<!--[if IE]><script type="text/javascript">isIE = true;</script><![endif]-->
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/application/js/router.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/application/js/require.js"></script>
<script type="text/javascript">
if(!window.console)
{
var console = {
log: function()
{
// Prevent stupid browsers from doing stupid things
// *cough* Internet Explorer *cough*
}
};
}
function getCookie(c_name)
{
var i, x, y, ARRcookies = document.cookie.split(";");
for(i = 0; i < ARRcookies.length;i++)
{
x = ARRcookies[i].substr(0,ARRcookies[i].indexOf("="));
y = ARRcookies[i].substr(ARRcookies[i].indexOf("=")+1);
x = x.replace(/^\s+|\s+$/g,"");
if(x == c_name)
{
return unescape(y);
}
}
}
function setCookie(c_name,value,exdays)
{
var exdate = new Date();
exdate.setDate(exdate.getDate() + exdays);
var c_value = escape(value) + ((exdays == null) ? "" : "; expires="+exdate.toUTCString());
document.cookie = c_name + "=" + c_value;
}
var Config = {
URL: "<?php bloginfo('url'); ?>",
image_path: "<?php bloginfo('template_url'); ?>/application/themes/uo5/images/",
CSRF: getCookie('csrf_cookie_name'),
language: "english",
UseFusionTooltip: 1,
Slider: {
interval: 99999000,
effect: "cube",
id: "slider_bg"
},
voteReminder: 0,
Theme: {
next: ">",
previous: "<"
}
};
var scripts = [
"<?php bloginfo('template_url'); ?>/application/js/ui.js",
"<?php bloginfo('template_url'); ?>/application/js/fusioneditor.js",
"<?php bloginfo('template_url'); ?>/application/js/flux.min.js",
"<?php bloginfo('template_url'); ?>/application/js/jquery.placeholder.min.js",
"<?php bloginfo('template_url'); ?>/application/js/jquery.sort.js",
"<?php bloginfo('template_url'); ?>/application/js/jquery.transit.min.js",
"<?php bloginfo('template_url'); ?>/application/js/language.js",
"<?php bloginfo('template_url'); ?>/application/modules/news/js/ajax.js" ];
if(typeof JSON == "undefined")
{
scripts.push("<?php bloginfo('template_url'); ?>/application/js/json2.js");
}
require(scripts, function()
{
$(document).ready(function()
{
Language.set("null");
UI.initialize();
Router.loadedCSS.push("error.html");
Router.loadedJS.push("error.html");
});
});
</script>
</head>
<body>
<ul id="top_menu">
<li><a href="<?php bloginfo('url'); ?>" direct="0">Ana Sayfa</a></li>
<?php wp_list_pages('title_li='); ?>
</ul>
<section id="wrapper">
<div id="popup_bg"></div>
<!-- confirm box -->
<div id="confirm" class="popup">
<h1 class="popup_question" id="confirm_question"></h1>
<div class="popup_links">
<a href="javascript:void(0)" class="popup_button" id="confirm_button"></a>
<a href="javascript:void(0)" class="popup_hide" id="confirm_hide" onClick="UI.hidePopup()">
Cancel
</a>
<div style="clear:both;"></div>
</div>
</div>
<!-- alert box -->
<div id="alert" class="popup">
<h1 class="popup_message" id="alert_message"></h1>
<div class="popup_links">
<a href="javascript:void(0)" class="popup_button" id="alert_button">Okay</a>
<div style="clear:both;"></div>
</div>
</div>
index.php
<html>
<?php get_header(''); ?>
<?php get_sidebar(''); ?>
</aside>
<aside id="right">
<section id="slider_bg" >
<div id="slider">
<?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow(); } ?>
</div>
</section>
<div id="content_ajax"> <article>
<article>
<?php while(have_posts()) : the_post(); ?>
<a href="<?php the_permalink('') ?>" class="top"><?php the_title(''); ?></a>
<section class="body">
<p><?php the_excerpt(''); ?></p>
<div class="clear"></div>
<div class="news_bottom">
<?php the_author(''); ?> <?php the_time("d"); ?> <?php the_time("M"); ?> <?php the_time("Y"); ?>
<?php the_tags(''); ?><a href="<?php the_permalink('') ?>"">Konu Devamı</a>
</div>
<?php comments_number('0 Yorum','1 Yorum','% Yorum'); ?>
</section>
</article>
<?php endwhile; ?>
</div>
</aside>
<div class="tf_pagination">
</div>
<?php get_footer(''); ?>
</body>
</html>
sidebar.php
<div id="main">
<div id='divid'></div>
<aside id="left">
<article>
<h1 class="top">Main menu</h1>
<ul id="left_menu">
<article>
<li><a href="#" direct="0"><img src="<?php bloginfo('template_url'); ?>/application/themes/uo5/images/bullet.png">Ana Sayfa</a></li>
<li><a href="#" direct="0"><img src="<?php bloginfo('template_url'); ?>/application/themes/uo5/images/bullet.png">Dosyalar</a></li>
<li><a href="#" direct="0"><img src="<?php bloginfo('template_url'); ?>/application/themes/uo5/images/bullet.png">Forum</a></li>
<li><a href="#" direct="0"><img src="<?php bloginfo('template_url'); ?>/application/themes/uo5/images/bullet.png">Staff Kadromuz</a></li>
<li><a href="#" direct="0"><img src="<?php bloginfo('template_url'); ?>/application/themes/uo5/images/bullet.png">Sistemler</a></li>
</ul>
</article>
<article>
<h1 class="top">Reklam Alanı</h1>
<section class="body">
<p><img border="0" src="http://www.wolvesuo.com//Reklam04-200x600.png" width="200" height="600"></p>
</center>
</section>
</article>
<article>
<h1 class="top">Reklam Alanı</h1>
<section class="body">
<p><img border="0" src="http://www.wolvesuo.com//Reklam04-200x600.png" width="200" height="600"></p>
</center>
</section>
Dosyalarım da Burda Yardımlarınız için Tşkler