Arkadaşlar Aşağıdaki Komutu Wordpress Sitemde Ana sayfaya eklediğimde Komut Çalışıyor Ancak Diğer bütün düzenlemeler Kayboluyor.Neden acaba bi fikriniz Varmı
<!-- == Le Styles Tags == -->
<link rel="stylesheet" href="css/bootstrap/bootstrap.min.css" />
<!-- Twitter Bootstrap V 3.1.1 -->
<!-- == Le Main Styles Tags == -->
<link rel="stylesheet" href="css/style.css" />
<!-- Main Style -->
<!-- == Le Themes Tags == -->
<link rel="stylesheet" href="css/theme/light.css" />
<!-- Theme Style -->
<!-- # Company History Timline # -->
<div class="container">
<div class="row">
<!-- # Header # -->
<div class="col-md-12 animated" data-animation="fadeIn">
<header>
<h1>company history timeline</h1>
<span class="line"> <span></span> </span> </header>
</div>
<!-- End # Header # -->
<div class="col-md-12">
<div class="tree-timeline">
<div class="tree-repeat">
<!-- Item -->
<div class="build-right">
<div class="img-build">
<div class="img-content animated" data-animation="fadeInDown" data-animation-delay="100"> <img src="img/build_1.png" class="img-circle" alt="">
<h4>PARIS</h4>
<h3>2014</h3>
</div>
</div>
<div class="company-history animated" data-animation="fadeInUp" data-animation-delay="200">
<h3>TOGETHER WE BUILD</h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since.Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
</div>
</div>
<!-- End#Item -->
<!-- Item -->
<div class="build-left">
<div class="img-build">
<div class="img-content animated" data-animation="fadeInUp" data-animation-delay="300"> <img src="img/build_2.png" class="img-circle" alt="">
<h4>Rome</h4>
<h3>2010</h3>
</div>
</div>
<div class="company-history animated" data-animation="fadeInDown" data-animation-delay="400">
<h3>Strength of the relationship</h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since.Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
</div>
</div>
<!-- End#Item -->
<!-- Item -->
<div class="build-right">
<div class="img-build animated" data-animation="fadeInUp" data-animation-delay="500">
<div class="img-content"> <img src="img/build_3.png" class="img-circle" alt="">
<h4>Madrid</h4>
<h3>2005</h3>
</div>
</div>
<div class="company-history animated" data-animation="fadeInDown" data-animation-delay="600">
<h3>Endless ambition</h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since.Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
</div>
</div>
<!-- End#Item -->
<!-- Item -->
<div class="build-left">
<div class="img-build">
<div class="img-content animated" data-animation="fadeInUp" data-animation-delay="700"> <img src="img/build_4.png" class="img-circle" alt="">
<h4>Cairo</h4>
<h3>1990</h3>
</div>
</div>
<div class="company-history animated" data-animation="fadeInDown" data-animation-delay="800">
<h3>Establishment of the company</h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since.Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
</div>
</div>
<!-- End#Item -->
</div>
</div>
</div>
</div>
</div>
<!-- # End Company History Timline # -->
<!-- == Le Scripts Tags == -->
<script src="js/jquery-1.11.0.min.js"></script>
<script src="js/jquery.appear.js"></script><!-- Appear jQuery -->
<script src="js/scripts.js"></script><!-- Configuration -->
Wordpress Cod Sorunu
0
●292